-
We are using .net confluent Kafka client to connect to the Kafka broker but are getting the below errors. The Strimzi Kafka broker uses the default configuration, and we are not producing or consuming any messages, but as soon as the client pod starts, we start to get these logs.
Strimzi Kafka broker configuration:
|
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Feb 19, 2024
Replies: 1 comment
-
The invalid response size often indicates misconfigured TLS -> e.g.connecting with client with disabled TLS to a TLS enabled listener etc. So you should doublecheck that or any other possible misconfigurations. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
haroon9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The invalid response size often indicates misconfigured TLS -> e.g.connecting with client with disabled TLS to a TLS enabled listener etc. So you should doublecheck that or any other possible misconfigurations.