Replies: 1 comment 2 replies
-
You should share where exactly did you find this link so that we can fix it. (Please keep in mind that the rendered docs that you are supposed to use are on the Strimzi website - if you browse the docs on GitHub than the links will not work of course)
That is not possible because Kafka is not HTTP protocol. The only reason why it works as HTTPS is that it uses TLS passthrough where the Ingress controller never decodes the traffic and never tries out to read the HTTP communication. If you don't want to use TLS, you have to use nodeport or loadbalancer listeners. |
Beta Was this translation helpful? Give feedback.
-
Good morning,
Could someone please guide me for strmizi configuration? First of all, I cannot see all exisitng options for
kafka.listeners.authentication.type
, where can I take a look at? The following link does not work anymore.Next I want to expose kafka externally via Ingress. But I don't want to use SSL, cause this setup only for testing purposes. That forces me to change code on my client side. I want to expose kafka via Ingress and connecting to HTTP. How can I achive that?
There is my configuration files:
When I connet to DNS through my browser, I see this error type:
Beta Was this translation helpful? Give feedback.
All reactions