Hi!
While working with kaf I noticed it's using a v0 SASL handshake by default. I wondered if this should be aligned with the v1 default in sarama. v1 has been around a long time and it would mean the clientId is sent on the SASL handshake, giving you that much more debug information around the SASL handshake at the broker.
Full selfish context, I work with some technology that doesn't implement SASL v0, so kaf needs that extra little bit of configuration to use SASL v1.
Thank you!
Hi!
While working with
kafI noticed it's using a v0 SASL handshake by default. I wondered if this should be aligned with the v1 default in sarama. v1 has been around a long time and it would mean the clientId is sent on the SASL handshake, giving you that much more debug information around the SASL handshake at the broker.Full selfish context, I work with some technology that doesn't implement SASL v0, so
kafneeds that extra little bit of configuration to use SASL v1.Thank you!