CallistoLabsNYC / samsa

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

Adding some params to make the integration tests execute faster #91

Closed hgm-king closed 4 months ago

hgm-king commented 4 months ago

@morukele I made some small tweaks, the consumers and producers can receive options that will let them produce and consume in bigger batches, which makes the tests go a lot faster.

@dhonig we need to think about what good defaults would be for these.

morukele commented 4 months ago

@hgm-king This makes sense, when you merge, I will pull it into my own fork.