Is your feature request related to a problem? Please describe.
Kafka connectors don't support SASL/OAUTHBEARER mechanism for authenticating to a Kafka cluster.
Describe the solution you'd like
Sarama Go library for Apache Kafka is used as a client in the Kafka connector and already supports OAUTHBEARER mechanism. Kafka connector Sarama configuration can be updated to allow OAUTHBEARER when SASL configuration environment variable is set to oauthbearer.
Is your feature request related to a problem? Please describe.
Kafka connectors don't support SASL/OAUTHBEARER mechanism for authenticating to a Kafka cluster.
Describe the solution you'd like
Sarama Go library for Apache Kafka is used as a client in the Kafka connector and already supports OAUTHBEARER mechanism. Kafka connector Sarama configuration can be updated to allow OAUTHBEARER when SASL configuration environment variable is set to
oauthbearer.