Hi all, I want to check consumer offset within Java application. Is there an API (or some way) to do that for high level consumer? I see OffsetFetchResponse class which has APIs which I can use for simple consumer, but found nothing yet for high-level consumer. I am using kafka 0.8.2.0, and JAVA.
Thanks, Hema