kafka-protocol 0.17.0

Implementation of Kafka wire protocol.
1
2
3
4
5
6
7
8
9
10
11
mod api_key;
#[cfg(feature = "broker")]
mod api_versions;
#[cfg(feature = "client")]
mod common;
mod fetch_response;
#[cfg(feature = "client")]
mod integration_tests;
#[cfg(feature = "client")]
mod produce_fetch;
mod request_header;