Hi, We want both SASL (oAuthBearer) & SSL authentication to be enabled. However based on the below doc, the SSL auth will be disabled if SASL is enabled.
https://docs.confluent.io/current/kafka/authentication_ssl.html#brokers If any SASL authentication mechanisms are enabled for a given listener, then SSL client authentication is disabled-even if you have specified ssl.client.auth=required and the broker authenticates clients only using SASL on that listener. How can we have both SASL & SSL authentication enabled as some of our clients uses oAuth and some uses cert based auth? Appreciate any pointers. Thanks, Senthil