View Source KlifeProtocol.Messages.SaslHandshake (Klife Protocol v0.7.0)
Kafka protocol SaslHandshake message
Request versions summary:
- Version 1 supports SASL_AUTHENTICATE. NOTE: Version cannot be easily bumped due to incorrect client negotiation for clients <= 2.4. See https:issues.apache.org/jira/browse/KAFKA-9577
Response versions summary:
- Version 1 is the same as version 0. NOTE: Version cannot be easily bumped due to incorrect client negotiation for clients <= 2.4. See https:issues.apache.org/jira/browse/KAFKA-9577
Link to this section Summary
Functions
Returns the message api key number.
Receive a binary in the kafka wire format and deserialize it into a map.
Returns the current max supported version of this message.
Returns the current min supported version of this message.
Receives a map and serialize it to kafka wire format of the given version.
Link to this section Functions
Returns the message api key number.
Receive a binary in the kafka wire format and deserialize it into a map.
Response content fields:
error_code: The error code, or 0 if there was no error. (int16 | versions 0+)
mechanisms: The mechanisms enabled in the server. ([]string | versions 0+)
Returns the current max supported version of this message.
Returns the current min supported version of this message.
Receives a map and serialize it to kafka wire format of the given version.
Input content fields:
mechanism: The SASL mechanism chosen by the client. (string | versions 0+)