linkedin / Burrow

Kafka Consumer Lag Checking
Apache License 2.0
3.76k stars 802 forks source link

burrow consumer group status is not updated in time #589

Open leon0306 opened 4 years ago

leon0306 commented 4 years ago

burrow consumer group status is not updated in time for example:

I'm manually delete the consumer group named test01. after i did that, burrow still alert the test01 in state error. but there is no consumer group test01 exist. only restart burrow can make consumer group status back to normal. my questions is why burrow can not automatic detect the consumer group status ?

burrow version is 1.2.2 kafka version is 2.1.1

swapmat commented 4 years ago

Seeing the same issue. We have a case where we create a temporary consumer-group for replay and once that is deleted, Burrow starts alerting. The default storage setting is expire-group=604800 as per https://github.com/linkedin/Burrow/wiki/Configuration#storage We had to use the HTTP endpoint to delete the consumer group from Burrow.