Questions tagged [spring-kafka]

The spring-kafka project brings together essential Spring principles to create efficient messaging solutions using Apache Kafka.

Utilizing a Spring Kafka listener to consume JSON data and automatically determine the corresponding domain object

I have a project where I need to process various types of JSON messages that will be published. Unfortunately, I cannot modify the publisher's code to include any headers. However, I am interested in utilizing @KafkaHandler to manage these different J ...