Skip to content
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

Add client.rack configuration option to support consumer fetching from closest replica (KIP-392) #1016

Open
trentbitterman opened this issue Jun 24, 2024 · 0 comments

Comments

@trentbitterman
Copy link

trentbitterman commented Jun 24, 2024

Describe the solution you'd like

Currently, the AIOKafkaConsumer class has no way to set the client.rack consumer config supported by other clients.
Adding and implementing this option would allow consumers to fetch from the nearest replica.

Additional context

More information can be found in KIP-392.
This configuration value is supported by librdkafka and confluent-kafka-python, for example.

@trentbitterman trentbitterman changed the title Add client.rack configuration option to support consumer fetching from closest replica Add client.rack configuration option to support consumer fetching from closest replica (KIP-392) Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant