我使用confluent.kafka库和c#创建了一个Kafka主题消费者应用程序。我需要使用Kafka主题检查使用者应用程序的状态。
Is it possible to find the committed message count within a time interval (in last 10 minutes, in last 5 minutes)?
Or
Is it possible to get the last committed message time stamp from Kafka topic?