You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 with0.10.0.0
.From the doc :
See:
The text was updated successfully, but these errors were encountered: