Are there examples of configuring SpecificAvroSerdes
(or any schema registry-based serdes - JsonSchema and Protobuf) in spring-kafka
that allow leveraging some of the autoconfiguration (based on yaml
or properties
files).
There are a few similar questions in SO like How to use Spring-Kafka to read AVRO message with Confluent Schema registry?
But I want to be a bit specific on Kafka Streams serdes and declarative configuration of the Serdes.
Thank you