如何从kafka主题中查找最后提交的消息时间戳记

时间:2019-04-16 10:09:14

标签: c# .net apache-kafka kafka-consumer-api confluent-kafka

我使用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?

0 个答案:

没有答案