crabka-client-streams 0.3.2

KIP-1071 Kafka Streams rebalance-protocol client for Apache Kafka in Rust
Documentation
1
2
3
4
5
6
7
8
9
//! Topology builder: Processor-API node graph → byte-exact wire `Topology`.

pub(crate) mod builder;
mod grouping;
mod node;
mod wire;

pub use builder::{BuiltTopology, NodeHandle, Topology, TopologyError};
pub use wire::{WireCopartitionGroup, WireKeyValue, WireSubtopology, WireTopicInfo, WireTopology};