Get Kafka heartbeat status in C# application

541 views Asked by At

I've a C# application which uses Confluent.Kafka. I can see that the ConsumerConfig has a HeartbeatIntervalMs method which sets the heartbeat interval. The ConsumerConfig is then used in a ConsumerBuilder call. I can't see anywhere that the heartbeat is applied though. Is there any way I can get some sort of heartbeat status?

0

There are 0 answers