Replies: 1 comment
|
Strimzi doesn't do anything special when rolling about metadata. I think if whatever you are facing is Kafka related so you should engage with the Kafka community directly. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug Description
Summary
During a Strimzi-managed rolling upgrade, clients intermittently receive a MetadataResponse that reports
broker_cnt = 0whiletopic_cnt > 0. librdkafka consumers (v2.13.0,metadata.recovery.strategy=rebootstrap) can stop rebootstrap attempts after this and remain offline until process restart.Environment
Reproduction (high level)
broker_cnt=0 && topic_cnt>0.Observed
0 brokers, 1 topicsExpected
Requested action
Reference
Steps to reproduce
No response
Expected behavior
No response
Strimzi version
0.45.1
Kubernetes version
1.34
Installation method
helm chart
Infrastructure
No response
Configuration files and logs
No response
Additional context
No response
All reactions