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

[QUESTION] Support for Apache Kafka 4.0 #1085

Open
ijuma opened this issue Jan 14, 2025 · 0 comments
Open

[QUESTION] Support for Apache Kafka 4.0 #1085

ijuma opened this issue Jan 14, 2025 · 0 comments
Labels

Comments

@ijuma
Copy link

ijuma commented Jan 14, 2025

Hi,

Apache Kafka 4.0 is removing a number of very old protocol api versions via KIP-896.

When I was looking at the code, I noticed that we seem to use V0 or V1 below:

https://github.com/ulrikjohansson/aiokafka/blob/master/aiokafka/client.py#L179

Am I reading that right? If so, this will not work with Apache Kafka 4.0 and would have to change to use at least
Metadata request v4 (but ideally it would just use the newest version supported by the broker).

@ijuma ijuma added the question label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant