You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our use case involves creating an Ingress that routes external access to our n-broker Kafka cluster. Currently, (without changing the Ingress to a "fan-out" Ingress) we can only map the Ingress to one of the external services which maps to one specific broker pod. What we actually want is our Ingress to load balance the producer to write to a topic that is partitioned on each of the n brokers.
The text was updated successfully, but these errors were encountered:
Our use case involves creating an Ingress that routes external access to our n-broker Kafka cluster. Currently, (without changing the Ingress to a "fan-out" Ingress) we can only map the Ingress to one of the external services which maps to one specific broker pod. What we actually want is our Ingress to load balance the producer to write to a topic that is partitioned on each of the n brokers.
The text was updated successfully, but these errors were encountered: