help configuring kafka sink #22233
Replies: 2 comments 1 reply
-
Hi @thisis2394, the error you're seeing indicates that Vector is having trouble sending messages to Kafka due to a timeout. The error Can you ensure that your brokers are reachable and that the topic exists? You can try setting https://vector.dev/docs/reference/configuration/sinks/kafka/#message_timeout_ms to a higher value. |
Beta Was this translation helpful? Give feedback.
-
Glad that it works now 🎉
If you can think of betters diagnostics, happy to hear more. And PRs are always very welcome. Closing this thread for now but feel free to re-open for any reason. |
Beta Was this translation helpful? Give feedback.
-
Hi Everyone,
I tried posting same question in discord but did not get any response. Trying to repost it here in case anyone can help me out.
i am trying to push my webserver logs to kafka(MSK) but for some reason it seems to fail continuously and it is unclear to me what needs to done to fix this. Earlier i used to push from filebeat it worked fine can somone help me out on this please
my setup details
vector version: vector 0.44.0 (x86_64-unknown-linux-gnu 3cdc7c3 2025-01-13 21:26:04.735691656)
MSK/kafka(unauthenticated) : Apache Kafka: 3.5.1
vector conf:
vector error:
Beta Was this translation helpful? Give feedback.
All reactions