Spring Kafka SendTo Example, easy in 15 minutes
Spring Kafka SendTo Example introduces you to the way Spring Kafka forwards message using a @SendTo annotation . Starting with version 2.0, if you also annotate a @KafkaListener with a @SendTo annotation. Let’s dig deeer. Spring Kafka SendTo Example Project Setup Spring Kafka: 2.3.4.RELEASE Spring Boot: 2.2.2.RELEASE Apache Kafka: kafka_2.13-2.4.0 Maven: 3.5 Project Structure Maven Dependencies At least, we … Read moreSpring Kafka SendTo Example, easy in 15 minutes