Hubert Gruszecki

Results 31 comments of Hubert Gruszecki

> @hubcio > > ``` > --message-size 100..500 > ``` > > this would create benchmark message payloads of size between 100 to 500 randomly is that the intention ?...

@0xg0nz0 yes, we don't feel need to do it yet, but once we get 10+ regular devs, then we'll probably switch to it

@PierreBartholomae forgive me, but you already got answer on discord regarding this, right?

https://redpanda.com/blog/redpanda-vs-kafka-performance-benchmark

@iamazy unfortunately, this API is blocking so it'll be pain in the ass to do it in tokio. we'd have to implement separate thread pool or use `tokio::block_on`

@spetz indeed. IMHO below code should be modified to have sanitized args: ```rust impl Display for Command { fn fmt(&self, formatter: &mut Formatter

@YHM404 remember to call flush() at the end of each command send

```rust pub const MAX_HEADERS_SIZE: u32 = 100 * 1024; pub const MAX_PAYLOAD_SIZE: u32 = 10 * 1024 * 1024; ``` do you think both fields should be configurable?

Looks good, but please also use it whenever possible :)