matthiasValuecloud opened a new issue, #9670:
URL: https://github.com/apache/pinot/issues/9670

   I am currently trying to ingest avro messages from a kafka topic using a 
schema registry into a pinot table.
   Currently that results in an errorr: (snapshot from the pinot-server pod)
   see image
   
![error](https://user-images.githubusercontent.com/116789801/198212354-fb95ca03-3ee3-433e-8d66-74c696419739.png)
   
   The error states, that there is an unrecognized field "references", when 
trying to get the schema for a given kafka topic.
   
   `curl http://localhost:8081/apis/ccompat/v6/schemas/ids/4 | jq` (getting the 
schema from the registry) results in
   ` {
   "schema": "{...}",
   "references": []
   }`
   As one can see by the url, I am currently using the apicurio schema registry
   The problem can be solved by upgrading the confluent package to a newer 
version (testing on a local machine).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to