-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support consumer group and topic deletion on the fly #20
Comments
So to understand it correctly, if you delete a topic which consumer consume from that topic, its metrics will be still there, isn't? Which kinda metrics exactly (assuming you are using Prometheus)? Would be nice if you can add an example in order to clarify the issue :) |
It's related to your PS
If it's needed, I give you more information and example tomorrow |
would be great! thank you |
A part of metrics present at the beginning of the procedure
|
Ah I got it. I will dig and see if this could be fixable. Thanks for reporting this @Shini31 ! Appreciated 👍 |
It has been fixed and will be released with 0.0.8 |
@Shini31 0.0.8 has been released. Please give it a try and report any issues. Thanks |
Hi, Sorry for the delay. I just tested the new version and there a small issue with the kafka_consumer_group_member_partition_lag metric. It's the only metric with this issue. All the others have the right behavior. Topic toto is present
I delete the topic toto
I restart the exporter
|
Hey @Shini31 sorry I may have missed your last message. Thanks for reporting this, I will need to test this and hopefully get it push to the next version. |
Hey @omarsmak, No prob :) |
Awesome thanks a lot @Shini31 ! By the way, there is a new release 0.1.0, you can give it a try! (this bug is yet fixed but hopefully it will in version 0.1.1. |
Hi,
The exporter is not able to update the list of consumer groups and topics after deletion without a restart.
Same type of issue as #17
Regards.
The text was updated successfully, but these errors were encountered: