This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
KafkaExporter reconcile and runtime issues when deployed via operator #151
Labels
bug
Something isn't working
Issue Description
If configured to deploy via a CR, Event Streams can produce additional JMX metrics via the KafkaExporter component. While the operator processes the request to deploy the KafkaExporter however, a
java.lang.NullPointerException
can be encountered, which will cause the reconcile to fail, and the KafkaExporter ultimately to not be deployed.In addition, if the KafkaExporter does deploy, it may fail to start/run correctly, due to a lack of permissions.
Both issues are caused by the operator misprocessing elements of the CR.
Environment
Issue reference: ES-6722
The text was updated successfully, but these errors were encountered: