Kafka external access with OCP routes #7060
Unanswered
britoaldan
asked this question in
Q&A
Replies: 2 comments 1 reply
-
When using |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi @scholzj , |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
if suppose my Advertised listener is configured as say SSL://testkafkastrimzi-0.somdomain.com:32000
and a corresponding service and route is created for the same
And By default the route is exposed to external world on port 443
How does kafka producer work
the initial connection will be done as SSL://testkafkastrimzi-0.somdomain.com:443, this connection goes through, and which inturn returns the actual metadata which is the configure ADL for that broker
SSL://testkafkastrimzi-0.somdomain.com:32000
when the client tries to establish a connection with SSL://testkafkastrimzi-0.somdomain.com:32000
wont these connection fail ?
Beta Was this translation helpful? Give feedback.
All reactions