[Bug]: Improve performance of cluster #9322
Replies: 3 comments 1 reply
-
The performance of your cluster depends on many factors. From the resources you assigned to it, to the networking of your cluster, storage performance etc. Each infrastructure is a little bit different, so it is hard to comment on any specifics - you need to look at each of the aspects and see how it does (for example in your case, you seem to have lot of CPU compared to the amount of memory from what I usually see). A lot also depends on the use-case you are trying to do:
For a lot of these things, it is also important to understand how Kafka works (e.g. to know when increasing number of brokers does or does not help etc.). So make sure you have some understanding of that as well. |
Beta Was this translation helpful? Give feedback.
-
I'm using benchmark on AWS using gp3 for storageclass with throughput 125MiB/s.
do you really need 1M 300-byte messages per second from a single producer as you seem to suggest? -> I'm just make sure kafka can process with 1M 300-byte messages per second from multiple producer. |
Beta Was this translation helpful? Give feedback.
-
Can you give me some usecase config can process with 1M 300-byte messages per second from multiple producer. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
I have create cluster kafka with strimzi with change many way from increase
resources
orreplicas
but when i'm testing performance withkafka-producer-perf-test.sh
number it's doesn't change alway around359324.469996 records/sec
how can i improve this to procedure 1 million records ?My command testing
My config
Steps to reproduce
No response
Expected behavior
Improve procedure 1 million records/second
Strimzi version
latest
Kubernetes version
1.28.1
Installation method
No response
Infrastructure
No response
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions