-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow performance with Kafka input module #9813
Comments
maybe it is related to this problem: #8030 |
I have a similar problem. When I use the Kafka input processor to consume data from Kafka, I can't get beyond 1000 EPS per partition. If I have 6 partitions, I reach around 5-6K EPS; if I have 15 partitions, I reach 15K EPS, and so on... When I tried Fluentd, it behaved well, although it used more resources due to the Ruby overhead. However, I would prefer to use Fluent Bit in the landing zone because I only need to move data from one Kafka instance to another without any major transformations. |
I've also tried various buffer settings and different rdkafka parameter configurations, but I've never been able to exceed approximately 1000 EPS per partition... |
Hello However, the performance is terrible — just a few hundred events per second across 8 partitions. From the load graphs, it’s clear that the CPU is barely doing anything, while the Kafka queue is growing rapidly. |
Have you tried including |
Below is my current configuration. [INPUT] [OUTPUT] I can reconfigure the test environment and provide the resulting metrics for further analysis. |
Bug Report
Describe the bug
I want to receive messages from a Kafka cluster, process them and send them further.
Now I'm testing with standard output, I see very low performance.
About 20,000 messages per minute, it's very slow for my number of messages.
I tried different buffer settings and rdkafka.X settings.
But the speed is always the same.
Bit works in a docker container.
Tell me how can I increase performance?
Memory is not loaded, the processor is not loaded, my container is resting.
To Reproduce
Expected behavior
Screenshots
Your Environment
I use https://hub.docker.com/r/bitnami/fluent-bit
22.04.5 LTS (GNU/Linux 5.15.0-130-generic x86_64)
Additional context
The text was updated successfully, but these errors were encountered: