Re: Understanding the SASL/PLAIN mechanism

2022-02-01 Thread Jeremy Whitlock
Hello all, Anyone involved in Kafka's SASL support got time to help with this? Thankfully KIP-255 ( https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=75968876) helped shed light on things but from the SASL/OAUTHBEARER perspective instead of SASL/PLAIN, but if anyone has time to h

Understanding the SASL/PLAIN mechanism

2021-12-17 Thread Jeremy Whitlock
Hello Kafka Dev, I realize that this question might be more SASL than Kafka related, but after endless Googling and code browsing, I'm not understanding a few things. I've looked at all of the code for SASL/PLAIN and SASL/OAUTHBEARER but when attempting to implement my own custom SASL mechanis