Constant deletion and recreation of broker pods #11421
Closed
Christopher-Loumeau-foxnews
started this conversation in
General
Replies: 0 comments
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.
-
Hi I am running Kafka Kraft mode with Strimzi version 0.46. It is in dual role node mode. I am still new to kafka and learning, but I am encountering issues where the brokers will get deleted and recreated every so often. This causes a connection drop for our producers and consumers. Here is an example error that I see in the strimzi cluster operator logs
ClientUtils:90 - Couldn't resolve server multitenant-cluster-kafka-bootstrap.kafka.svc.cluster.local:9091 from bootstrap.servers as DNS resolution failed for multitenant-cluster-kafka-bootstrap.kafka.svc.cluster.local │
│ strimzi-cluster-operator 2025-05-08 14:26:20 WARN KafkaRoller:220 - Reconciliation #1(watch) Kafka(kafka/multitenant-cluster): Failed to create controllerAdminClient. │
│ strimzi-cluster-operator io.strimzi.operator.cluster.operator.resource.KafkaRoller$ForceableProblem: An error while try to create an admin client with bootstrap brokers multitenant-cluster-kafka-bootstrap.kafka.svc.cluster.local:9091
Beta Was this translation helpful? Give feedback.
All reactions