We have an issue where it appears that a Kafka consumer is not receiving messages published to a topic. (I say appears as I have not yet got to the bottom of this, and I could be wrong.)
I am using Spring for Apache Kafka and my consumer is actually a method annotated with @KafkaListener
.
This issue is intermittent and I am having trouble recreating it.
Is there a way for me to look at the Kafka broker's logs, or any other tool to help me find out the offset for my consumer? I want concrete evidence that my consumer is receiving the message or not.