RequestsPerSec version

2023-02-12 Thread Gonzalo Martin Peci
> What you need to do now is to make sure the "server" and the "topic" is not using the compression codec. You were right, that was the problem. I thought our Broker config only was set to "zstd" but it turns out our Topic was also set to it. Hence the testing I did before was incorrect. After ch

RequestsPerSec version

2023-02-10 Thread Gonzalo Martin Peci
Thanks again Luke, I tested the following in "change setting, test producing, review metrics" fashion: - Remove the `zstd` setting from the broker This had no effect; I could still see the conversions happening - Set the producer to compress to `zstd` This had an effect, and I could see the met

RE: Re: RequestsPerSec version

2023-02-09 Thread Gonzalo Martin Peci
orization > when attempting to write > // transactional data. *Version 3 also adds support for Kafka Message > Format v2.* > > Could you let us know which kafka version you're using in broker? > And which client and version you're using? > And the broker config

RequestsPerSec version

2023-02-07 Thread Gonzalo Martin Peci
Hi! We have been trying to figure out why we see a high value of ProduceMessageConversionsPerSec and potentially high CPU usage. I was trying to understand what version our producers/consumers were using, but I was unable to grok this. Any help would be appreciated. We are seeing values of `versio