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? Is there any sample? I can't find it …
avro spring-kafka confluent-platform confluent-schema-registryMy 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