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 support for ApiVersions #318

Closed
jbruggem opened this issue Oct 18, 2018 · 0 comments
Closed

Add support for ApiVersions #318

jbruggem opened this issue Oct 18, 2018 · 0 comments

Comments

@jbruggem
Copy link
Collaborator

Supporting this would allow, starting with 0.10.0.0, to not have to individually support versions of the server in the client. KafkaEx could just determine at startup which messages are supported with which version. In the config, choosing kafka_version: "latest" would allow support any version starting with 0.10.0.0.

From the doc :

In order to work against multiple broker versions, clients need to know what versions of various APIs a broker supports. The broker exposes this information since 0.10.0.0 as described in KIP-35. Clients should use the supported API versions information to choose the highest API version supported by both client and broker. If no such version exists, an error should be reported to the user.

See:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant