Replies: 1 comment 3 replies
-
Nothing stands out in zookeeper logs:
|
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi!
I am using Strimzi 0.33.0
I setup authentication on my cluster using SCRAM 512, no TLS:
Everything seemed to work fine, until I started hitting these errors which seems related to authentication in Zookeeper, but I can't find an answer to this:
2023-02-08 22:07:09,605 INFO [SocketServer listenerType=ZK_BROKER, nodeId=0] Failed authentication with /***(channelId=***:9092-***:55752-11) (Unexpected Kafka request of type METADATA during SASL handshake.) (org.apache.kafka.common.network.Selector) [data-plane-kafka-network-thread-0-ListenerName(PLAIN-9092)-SASL_PLAINTEXT-6]
The errors happen as soon as the cluster is started, with nothing consuming or connecting to it.
Ideas?
Beta Was this translation helpful? Give feedback.
All reactions