Relative Content

Tag Archive for javaspring-bootapache-kafkaspring-kafka

Apache Kafka Query Records based on ID

I am working on a project where I need to fetch and process specific messages from a Kafka topic outside of the Kafka consumer. I want to be able to handle requests for specific messages and process them independently, without waiting for the messages to be consumed in sequential order.