I am basically trying to query offset info using bin\kafka-run-class kafka.tools.GetOffsetShell
i am providing broker list and topic info as argument.
Ref - GetOffsetShell Utility
But I am facing - Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
Here are two SOF posts that touch base this same topic -
Retrieve Timestamp based data from Kafka and
kafka-run-class throwing java.lang.OutOfMemoryError error.
So this question is not about kafka-run-class kafka.tools.GetOffsetShell
. So i want to check what other tools are available to query kafka offset info - information like offset and the time when the offset was created.
kafka-consumer-groups.sh
does not help my usecase as it does not provide/allow to get timestamp of when the record/offset was created.
Note: I suppose we are using confluent kafka - 5.3.x with SSL/JAAS auth mechnasim