Skip to content

Kafka scaler - "error creating kafka client: kafka: client has run out of available brokers to talk to: EOF" #4090

Discussion options

You must be logged in to vote

Just for reference
I was using the wrong property name
I used authMode (from keda 1.4) instead of "sasl" which is the correct property name for keda 2.9 I'm using.
so I was able to connect to confluent cloud with following settings

apiVersion: v1
kind: Secret
metadata:
  name: keda-kafka-secrets
data:
  sasl: "cGxhaW50ZXh0" # plaintext base 64 encoded
  tls: "ZW5hYmxl" # enable base 64 encoded
  username: $(secrets.kafka.username)
  password: $(secrets.kafka.password

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@zroubalik
Comment options

@vchaudhary-vn
Comment options

@nkfirdigi
Comment options

@Elias-Swais
Comment options

@nkfirdigi
Comment options

Answer selected by zroubalik
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants