CallistoLabsNYC / samsa

Rust-native Kafka/Redpanda protocol and client implementation.
Apache License 2.0
106 stars 5 forks source link

Add topic partition assignment convenience types #60

Closed hgm-king closed 7 months ago

hgm-king commented 7 months ago

Could never remember the hard coded HashMap::from([(key, value),(key, value)]) pattern, so I made a builder type and documented it.

Issues

34