Enable multiple external listeners using ingress #4338
-
Hello, I am trying to setup two external listeners using an ingress and i got some errors. Could you please clarify if it is possible to have this setup?
Broker errors:
If i set the advertisedPort for the oauth listener to another port, it works, but as far as i know, the ingress only supports 443. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
What version of Kafka are you using? This was a bug in Kafka which does not allow to use the same port number twice. It indeed makes it impossible to use two ingress listeners at the same time. IIRC, 2.7.0 was supposed to contain the fix. |
Beta Was this translation helpful? Give feedback.
What version of Kafka are you using? This was a bug in Kafka which does not allow to use the same port number twice. It indeed makes it impossible to use two ingress listeners at the same time. IIRC, 2.7.0 was supposed to contain the fix.