Observed Behaviour
Once data starts flowing into the topic, the following error occurs:
org.apache.kafka.common.errors.SerializationException: Error deserializing key/value for partition authed-0 at offset 0. If needed, please seek past the record to continue consumption.
Caused by: org.apache.kafka.common.errors.SerializationException: Error retrieving Avro unknown schema for id 81
Caused by: io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException: Unauthorized; error code: 401
Steps to reproduce:
schema-registry.properties
:jaas.config
file to enable password login on the schema registry:jaas.config
Observed Behaviour Once data starts flowing into the topic, the following error occurs: