Problem routing to Kafka Cluster. org.apache.kafka.common.KafkaException: Failed to construct kafka producer
search cancel

Problem routing to Kafka Cluster. org.apache.kafka.common.KafkaException: Failed to construct kafka producer

book

Article ID: 278892

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

Customer is getting below mentioned error when tried to create a  Kafka Producer in Gateway .

Error Message : Problem routing to Kafka Cluster. org.apache.kafka.common.KafkaException: Failed to construct kafka producer

Environment

10.1.00

Resolution

Client is using a unsupported authentication mechanisme 

The supported authentication  sasl methods are :

sasl_ssl.plain
sasl_plaintext
sasl_ssl.scram-sha-256
sasl_plaintext.scram-sha-256
sasl_ssl.scram-sha-512
sasl_plaintext.scram-sha-512