Open leon0306 opened 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.
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 is2.1.1