how can I get the number of unread messages on a message topic in the confluent kafka dotnet?
Asked
Active
Viewed 217 times
0
-
1At runtime? Or using external cli / admin tools? Getting the **lag** much easier using tools like Burrow – OneCricketeer Jan 10 '22 at 14:28
-
runtime , thak you – Gülsen Keskin Jan 10 '22 at 14:57
-
1What if you ran Burrow separately, then called its REST API from c# to get the lag at runtime? – OneCricketeer Jan 10 '22 at 15:47