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
When a topic has a JSON schema defined kafkactl will try to parse it as Avro schema anyway, and fail:
Error during deserialization: failed to parse avro schema: unknown type name: "object"
Schema Registry can store various schema types: Avro, JSON, Protobuf.
The text was updated successfully, but these errors were encountered:
piotrp
changed the title
Cannot read messages with JSON schema defined in Schema Registry
Cannot read messages when JSON schema is present in Schema Registry
Jan 3, 2025
When a topic has a JSON schema defined kafkactl will try to parse it as Avro schema anyway, and fail:
Schema Registry can store various schema types: Avro, JSON, Protobuf.
The text was updated successfully, but these errors were encountered: