-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Please use this to only for bug reports. For questions or when you need help, you can use the GitHub Discussions, our #strimzi Slack channel or out user mailing list.
Describe the bug
Using Strimzi Topic Operator the number of topics that were listed doesn't match that are on MSK cluster.
To Reproduce
Steps to reproduce the behavior:
we use Kafdrop to list the number of topic.
Count using Kafdrop is different from Strimzi Topic Operator.
Expected behavior
A clear and concise description of what you expected to happen.
we expect topics should match using both tools.
Environment (please complete the following information):
- Strimzi version: [e.g. main, 0.22.1] 0.32.2
- Installation method: [e.g. YAML files, Helm chart, OperatorHub.io] Helm chart
- Kubernetes cluster: [e.g. Kubernetes 1.20, OpenShift 4.7] EKS
- Infrastructure: [e.g. Amazon EKS, Minikube] Managed Steaming Kafka cluster.
YAML files and logs
Attach or copy paste the custom resources you used to deploy the Kafka cluster and the relevant YAMLs created by the Cluster Operator.
Attach or copy and paste also the relevant logs.
To easily collect all YAMLs and logs, you can use our report script which will automatically collect all files and prepare a ZIP archive which can be easily attached to this issue.
The usage of this script is:
./report.sh --namespace <string> --cluster <string> [--bridge <string>] [--connect <string>] [--mm2 <string>]
Additional context
Add any other context about the problem here.