kafka-protocol-rs icon indicating copy to clipboard operation
kafka-protocol-rs copied to clipboard

support kafka 4.0

Open pdeva opened this issue 8 months ago • 1 comments

new apis in kafka 4 are currently not supported by this lib

pdeva avatar Mar 22 '25 04:03 pdeva

One question is how to deal with breaking changes, like removed api keys. Currently protocol_codegen fails to run anyway but we have:

v3.9.0 and v4.0.0 where we have

  "validVersions": "none"

michaelbeaumont avatar Apr 23 '25 22:04 michaelbeaumont