Strimzi Kafka consume from closest replica #10778
Unanswered
brunooliveiramac
asked this question in
Q&A
Replies: 1 comment 5 replies
-
If I read this right, then you have a topic with replicas in zones |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Im following this doc to configure rack awareness in my consumers and also set the proper configs in my strimzi kafka:
https://strimzi.io/docs/operators/latest/configuring.html#consuming_messages_from_the_closest_replicas
For consumers we set
But during consumer, I'm not seeing it fetching from closest. This pod is running in zone c, but consuming from zone b.
The topic has replication set to 3 and I have 3 zones, a, b, and f.
Does anyone face something similar? This is affecting our cloud costs due to the cross-zone traffic.
Beta Was this translation helpful? Give feedback.
All reactions