Connecting Druid to Kafka #7926
Replies: 1 comment 5 replies
-
apiVersion: kafka.strimzi.io/v1beta2 |
Beta Was this translation helpful? Give feedback.
-
apiVersion: kafka.strimzi.io/v1beta2 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I'm trying to connect druid with kafka over 9092 with tls disabled and authentication type scram-sha-512, when i provide the password and user name for the kafka user to druid, i'm getting the following error org.apache.kafka.clients.NetworkClient - [Consumer clientId=consumer-kafka-supervisor-abailjnc-14, groupId=kafka-supervisor-abailjnc] Connection to node -1 (my-cluster-kafka-bootstrap.kafka.svc.cluster.local/10.102.106.33:9092) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue
Any idea how to proceed
Beta Was this translation helpful? Give feedback.
All reactions