Top "Confluent-schema-registry" questions

Schema Registry provides a store, backed by Kafka, for storing and retrieving Avro schemas.

How to use Spring-Kafka to read AVRO message with Confluent Schema registry?

How to use Spring-Kafka to read AVRO message with Confluent Schema registry? Is there any sample? I can't find it …

avro spring-kafka confluent-platform confluent-schema-registry
KafkaAvroDeserializer does not return SpecificRecord but returns GenericRecord

My KafkaProducer is able to use KafkaAvroSerializer to serialize objects to my topic. However, KafkaConsumer.poll() returns deserialized GenericRecord instead …

java apache-kafka avro confluent-platform confluent-schema-registry