[QUESTION] What does the kafka protocol version mean? #3558
Unanswered
BewareMyPower
asked this question in
Q&A
Replies: 1 comment
-
@BewareMyPower It looks like, the Sarama does support header version as 1.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From the https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/kafkaexporter#kafka-exporter I see
However, the protocol version is confused. With the 2.0.0 protocol version, the server side received a SaslHandshake request whose version is v0. But when I use a Kafka Java client 2.0.0 to configure SASL_PLAIN authentication, the API version of SaslHandshake request is v1 not v0.
It looks like the protocol version is not what it is for Java client.
What I want to know is:
Beta Was this translation helpful? Give feedback.
All reactions