fluvio

Type Alias TopicProducerPool

Source
pub type TopicProducerPool = TopicProducer<SpuSocketPool>;
Expand description

Pool of producers for a given topic. There is a producer per partition

Aliased Typeยง

struct TopicProducerPool { /* private fields */ }