Is there any way to get the time when any consumer group last committed offsets? In other words, can we find out the timestamp of the last commit? If there is, does the Kafka Java library allow it to be obtained?
I have tried to find this out but haven't found anything satisfactory. The client Offset Explorer shows the timestamp for last commit by a consumer group. Does anyone have a clue how it manages to do so? And how similar clients could be working to fetch those details not available through programming apis.