Is there any way to recognize the last kafka message of every partition in multi-partitioned topic and multiple consumers apart from lag?
I know one way to identify the last message which is through AdminClient API/ kafka consumer API. But need to use different method.