Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow SASL handshake version to be influenced from config #292

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

k-wall
Copy link
Contributor

@k-wall k-wall commented Dec 13, 2023

why: current kaf uses the older SASL handshake v0, where the SASL payload is sent unframed down the wire. v1 uses the dedicated SASL Kafka RPCs. This feature allows the user to opt for the v1. The default remains as v0.

why: current kaf uses the older SASL handshake v0, where the SASL payload
is sent unframed down the wire.  v1 uses the dedicated SASL Kafka RPCs.  This
feature allows the user to opt for the v1.  The default remains as v0.
Copy link
Owner

@birdayz birdayz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@birdayz birdayz merged commit 2199481 into birdayz:master Dec 27, 2023
2 checks passed
@k-wall k-wall deleted the enable-sasl-v1 branch December 27, 2023 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants