-
Notifications
You must be signed in to change notification settings - Fork 603
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
Dynamically reload metricsreporter keystore (and truststore) #1148
Comments
Hi @Daan12345678 , I just created a PR addressing this issue The basic idea is that when Let me know if you think this implementation makes sense. Thanks! |
Hi @Lincong , This looks like it could work for us! Looking forward to see this in the next release. Will be testing with it as soon as it is released. Thank you for this contribution! |
Hi, is there any progress regarding SSL cert reload? Thank you for any info! |
hi 👋🏻 running into this issue as well with dynamic ssl configuration updates. I did a little digging and seems like cruise control could support this through the Reconfigurable interface, which is extended by MetricsReporter and implemented by CruiseControlMetricsReporter 🎉 I also did some testing to see what's up by implementing basic methods for
compile and throw the jar into a kafka docker container and try running the alter configs command as an example
and saw the logs coming through 🎉
does this seem like a more acceptable solution compared to the original pr? |
We use short lived certificates to authenticate to Kafka. Is it possible to tell the metricsreporter to refresh it's certificates (keystore/truststore) without stopping the Kafka process?
We have tried the following:
Logs:
This does work for the Kafka broker, but not for the metricsreporter.
Any idea on how to do this?
The text was updated successfully, but these errors were encountered: