Replies: 1 comment
-
Hi @JoiKKo, nothing stands out by just looking at your config. As you already mentioned, this will need some experimentation with https://github.com/confluentinc/librdkafka/blob/master/CONFIGURATION.md and your Vector config.
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello to all,
I'm working on a metrics ingestion pipeline with Vector, where the source is a Kafka cluster and the approximate throughput is 15 MB/s. The messages we receive have an average size between 300 and 2000 bytes.
To control the memory usage, I have made some adjustments in the librdkafka_options section and in the sinks configuration. Below, I share an extract of my configuration:
My question is the following:
Are there any additional settings or parameters I can adjust in Vector (or librdkafka_options) to further optimize memory usage, without compromising throughput, in a 15 MB/s metric environment? Also, what methods do you recommend for verifying and measuring the actual size of messages in my Kafka topic?
To give you more context, I am currently using a customised solution that consumes 50% less resources than Vector....
I welcome any suggestions or experiences you can share, thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions