tychedelia / kafka-protocol-rs

Rust Kafka protocol
Apache License 2.0
63 stars 23 forks source link

Upgrade code generation to support kafka 3.7.0 #56

Closed davide-baldo closed 8 months ago

davide-baldo commented 8 months ago

In this PR I've added the support to the latest kafka schema 3.7.0. The PR is split into 2 commits, the first is only code-generator related code, and the latter is the generated code. Some extra logic was added to handle new schema fields and usages, in particular:

Minor refactoring was also done: