You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though REST call to endpoint /schemas returns corresponding version with each schema entry, in the object ParsedSchema (implemented by AvroSchema) is set to null.
Even though REST call to endpoint
/schemas
returns corresponding version with each schema entry, in the objectParsedSchema
(implemented byAvroSchema
) is set tonull
.The BUG is in this line of
AvroSchemaProvider
:https://github.com/confluentinc/schema-registry/blob/9e7ab57e7f1d5664bc08f42ad9678c5b68a769d8/client/src/main/java/io/confluent/kafka/schemaregistry/avro/AvroSchemaProvider.java#L55C11-L55C15
It should set the version that comes in
Schema
object:The text was updated successfully, but these errors were encountered: