FluentBit Performance for persistent TCP connection #8460
-
I'm not able to reach the full CPU/MEM capacity of my fluent bit. I'm using Fluentbit to forward some messages to Kafka. I can see the performance degradation when I start to forward more messages to Fluentbit. This is my current configuration:
I also have persistent TCP connections. So I would have for example two connections forwarding all the messages for a single FluentBit pod. I would need to handle: Would you have any configuration ideas that could improve my performance for these persistent TCP connections? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
You could try |
Beta Was this translation helpful? Give feedback.
that worked, omg, thanks a lot of @patrick-stephens
I'll work on the PR for the doc, for sure :D