-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set client.rack based on topology zone #3794
Comments
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale @pierDipi this seems like a reasonable request, can we discuss design this week on the Eventing call? |
It seems like Strimzi makes this configurable through a spec like:
IMO, a flag like |
Maybe the |
We need to use something like this
and then set in when we read the producer / consumer configurations in (Main.java for receiver and dispatcher) We need to figure out what happen when that key doesn't exists and if it doesn't work, maybe we support injecting that env variable but we don't set it by default |
/help |
@pierDipi: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/triage accepted |
As far as I know the The |
Problem
Kafka is rack aware. Clients should specify the
client.rack
. Brockers should specifybroker.rack
.AWS sets
broker.rack
to the availability zone. Knative could set theclient.rack
to node labeltopology.kubernetes.io/zone
.Using rack awareness would reduce cross availability zone traffic costs.
Persona:
System Operator
Exit Criteria
Consumers do set the
client.rack
based on thetopology.kubernetes.io/zone
.The text was updated successfully, but these errors were encountered: