Issue with External Bootstrap Server in Strimzi Kafka Cluster #11716
Replies: 2 comments 4 replies
-
You should never run any commands from the broker pods. You should always run them from your own external Pods. So as a result, you should never use any |
Beta Was this translation helpful? Give feedback.
-
We are currently using our testing account to test something. When attempting to list Kafka topics using the bootstrap server kafka-bootstrap.dev.example.com (which is also specified in the Kafka configuration), we encounter the following error: org.apache.kafka.common.errors.TimeoutException: Timed out waiting to send the call. Call: findAllBrokers |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
We’re currently running a Strimzi Kafka cluster and have observed that we’re able to list Kafka topics using localhost:9092. However, when using the external bootstrap server, we’re encountering the following error :
org.apache.kafka.common.errors.TimeoutException: Timed out waiting to send the call. Call: findAllBrokers
Wrapped by: org.apache.kafka.common.KafkaException: Failed to find brokers to send ListGroups
Additionally, we’ve noticed that the cluster ID sometimes changes, and metadata inconsistencies are observed as well.
here is our config
Beta Was this translation helpful? Give feedback.
All reactions