This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
[FEATURE] Kop needs to support the v0 version of SASL_HANDSHAKE #667
Labels
type/feature
Indicates new functionality
Is your feature request related to a problem? Please describe.
If SaslHandshakeRequest version is v0, a series of SASL client and server tokens corresponding to the mechanism are sent as opaque packets without wrapping the messages with Kafka protocol headers. However, KoP always parses the header before a request is processed.
Describe the solution you'd like
We need support sasl tokens are sent without Kafka SaslAuthenticate request/responses.
This feature belongs to the compatibility issue of the old version of kafka with kop.
The text was updated successfully, but these errors were encountered: