tychedelia / kafka-protocol-rs

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

ApiKey additions #98

Open rukai opened 5 days ago

rukai commented 5 days ago

This PR introduces 2 new pieces of functionality around ApiKey These were required to implement a unit test in my project that compares the currently supported versions of the project against the supported versions of the kafka-protocol crate.

The additions are:

I'm happy to split the PR in two if one of these is easy to land and the other is not.