Replies: 2 comments 10 replies
-
The listener on 9091 port is used for all internal connections managed by Strimzi. The user-defined listeners such as the one on port 9092 are for your applications. There is no way to change where the components such as Kafka Exporter or Topic Operator connect and them connecting to 9091 is completely correct and intentional. However, if you want, you can disable the Strimzi managed components and install and manage them yourself separately as a user applications of course. |
Beta Was this translation helpful? Give feedback.
-
I see that continuing this thread of conversation makes absolutely no sense. There is no answer on a topic that is important from the point of view of the operation of the Kafka environment and about which I asked. Thank you for your commitment and time. |
Beta Was this translation helpful? Give feedback.
-
Hi community.
Configuration description:
Kafka strimzi 0.45.0 (kraft) with Kafka Exporter v1.9.0 installed from helm charts.
I have installed kafka cluster recently based on examples from strimzi kafka-single-node.
The Kafka cluster is working fine, and clients are able to connect to the cluster on port 9092, but I have encoutered some issues with the installation.
I don't see any possibility to change it to 9092 in strimzi operator yaml file.
I would like to provide the correct connection port in helm values.yaml file (I mean port 9092). Is it possible or it is hardcoded somewhere else ?
It is trying to connect to kafka cluster on port 9091 but without a success:
[AdminClient clientId=strimzi-topic-operator-55beeb4f-3d8e-45b0-aaf5-b8660b257133] Initiating connection to node my-cluster-kafka-bootstrap:9091 (id: -1 rack: null)
The stack trace is provided below:
The default strimzi configuration is somehow broken or additional configuration is required to run Entity Operator and Kafka Exporter.
Do you have any tips or documentation with working examples how to configure Entity Operator and change the Kafka Exporter port to be working correctly with kafka cluster ?
Beta Was this translation helpful? Give feedback.
All reactions