Hi, I would like to try a setup of SASL/OAUTHBEARER where:
1. a kafka client obtains an OAUTHBEARER token from an authorization server 2. the kafka client send the OAUTHBEARER token to kafka 3. kafka validates the OAUTHBEARER token and authenticates the user Is anybody aware if this is possible leveraging the kafka 2.0.0 SASL/OAUTHBEARER implementation? Is there already a sample setup somewhere? Thanks in advance Andrea PS: If possible I would like to use https://www.keycloak.org/