Learn how to annotate a Java class with KafkaListener, set a topic to subscribe to, and specify a deserialization method. After running, you'll see the producer messages you set up in a previous lesson arriving from Kafka on Confluent Cloud (i.e. proceeding from your producer class through Confluent Cloud back to your consumer class). Verify this using a client on Confluent Cloud itself, where you can also see metrics.

#kafka #springboot #java

How to Annotate a Java Class with KafkaListener
3.65 GEEK