-
-
Notifications
You must be signed in to change notification settings - Fork 196
Conversation
Hi @drrzmr, Thank you for your contribution! We really value the time you've taken to put this together. Before we proceed with reviewing this pull request, please sign the Lightbend Contributors License Agreement: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @drrzmr . Thanks a lot for the PR and apologies for the late review. There are a few other places that should be updated with the blacklist reference:
charts/kafka-lag-exporter/values.yaml
- Add an example config where you see the topic whitelist example (commented out)charts/kafka-lag-exporter/templates/030-ConfigMap.yaml
- Can you add the config mapping code.README.md
- Add an entry to the "Kafka Cluster Connection Details" table in the "Configuration" section
@seglo I'm not a helm master, but reading ConfigMap template I see something weird, https://github.com/lightbend/kafka-lag-exporter/blob/master/charts/kafka-lag-exporter/templates/030-ConfigMap.yaml#L31-L38. |
@seglo Add requested updates and 2 minor fixes. Please, lt me known If you think that fixes should not be part of this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the contribution, and for fixing the bug with the group/topic whitelist.
* Add support to topic blacklist * Add tests for topic blacklist feature * Update configmap template with topic-blacklist * Update documentation with topic blacklist info * fix: Add missing "|" on README.md table * fix: Remove typo, s/groupWhitelist/topicBlacklist/
Closes #70