Skip to content
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

Fix offset.show-all switch in Kafka Exporter #10022

Merged

Conversation

scholzj
Copy link
Member

@scholzj scholzj commented Apr 24, 2024

Type of change

  • Bugfix

Description

The offset.show-all switch from #9494 does not work because it is enabled by default in Kafka Exporter. So we need to disable it when it is disabled in the Kafka CR. But today, we just enable it when it is enabled in Kafka CR, so as a result it is always on. This PR flips the condition to disable it in Kafka Exporter when set to false.

Checklist

  • Try your changes from Pod inside your Kubernetes and OpenShift cluster, not just locally
  • Update CHANGELOG.md

@scholzj scholzj added this to the 0.41.0 milestone Apr 24, 2024
@scholzj scholzj requested a review from ppatierno April 24, 2024 18:06
@scholzj
Copy link
Member Author

scholzj commented Apr 24, 2024

/azp run regression

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@scholzj scholzj merged commit 84d9de9 into strimzi:main Apr 26, 2024
21 checks passed
@scholzj scholzj deleted the fix-show-all-offsets-switch-in-KafkaExporter branch April 26, 2024 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants