kafkit-client 0.1.9

Kafka 4.0+ pure Rust client.
Documentation
pub const API_VERSIONS_PROBE_VERSION: i16 = 3;
pub const API_VERSIONS_FALLBACK_VERSION: i16 = 0;
pub const DESCRIBE_CLUSTER_VERSION_CAP: i16 = 2;
pub const METADATA_VERSION_CAP: i16 = 12;
pub const CREATE_TOPICS_VERSION_CAP: i16 = 7;
pub const DELETE_TOPICS_VERSION_CAP: i16 = 5;
pub const CREATE_PARTITIONS_VERSION_CAP: i16 = 3;
pub const DESCRIBE_CONFIGS_VERSION_CAP: i16 = 4;
pub const DESCRIBE_LOG_DIRS_VERSION_CAP: i16 = 4;
pub const INCREMENTAL_ALTER_CONFIGS_VERSION_CAP: i16 = 1;
pub const ALTER_USER_SCRAM_CREDENTIALS_VERSION_CAP: i16 = 0;
pub const UPDATE_FEATURES_VERSION_CAP: i16 = 2;
pub const DESCRIBE_ACLS_VERSION_CAP: i16 = 3;
pub const CREATE_ACLS_VERSION_CAP: i16 = 3;
pub const DELETE_ACLS_VERSION_CAP: i16 = 3;
pub const LIST_GROUPS_VERSION_CAP: i16 = 5;
pub const DESCRIBE_GROUPS_VERSION_CAP: i16 = 6;
pub const CONSUMER_GROUP_DESCRIBE_VERSION_CAP: i16 = 1;
pub const SHARE_GROUP_DESCRIBE_VERSION_CAP: i16 = 1;
pub const DELETE_GROUPS_VERSION_CAP: i16 = 2;
pub const PRODUCE_VERSION_CAP: i16 = 12;
pub const PRODUCE_TRANSACTION_V2_MIN_VERSION: i16 = 12;
pub const FIND_COORDINATOR_VERSION_CAP: i16 = 6;
pub const INIT_PRODUCER_ID_VERSION_CAP: i16 = 5;
pub const INIT_PRODUCER_ID_MIN_VERSION: i16 = 3;
pub const END_TXN_VERSION_CAP: i16 = 5;
pub const END_TXN_TRANSACTION_V2_MIN_VERSION: i16 = 5;
pub const TXN_OFFSET_COMMIT_VERSION_CAP: i16 = 5;
pub const TXN_OFFSET_COMMIT_TRANSACTION_V2_MIN_VERSION: i16 = 3;
pub const HEARTBEAT_VERSION_CAP: i16 = 1;
pub const OFFSET_FETCH_VERSION_CAP: i16 = 9;
pub const OFFSET_COMMIT_VERSION_CAP: i16 = 9;
pub const LIST_OFFSETS_VERSION_CAP: i16 = 10;
pub const FETCH_VERSION_CAP: i16 = 16;
pub const SHARE_GROUP_HEARTBEAT_VERSION_CAP: i16 = 1;
pub const SHARE_FETCH_VERSION_CAP: i16 = 1;
pub const SHARE_ACKNOWLEDGE_VERSION_CAP: i16 = 1;
pub const FIND_COORDINATOR_GROUP_KEY_TYPE: i8 = 0;
pub const FIND_COORDINATOR_TRANSACTION_KEY_TYPE: i8 = 1;
pub const READ_UNCOMMITTED: i8 = 0;
pub const READ_COMMITTED: i8 = 1;
pub const LIST_OFFSETS_EARLIEST: i64 = -2;
pub const LIST_OFFSETS_LATEST: i64 = -1;