Fluentd continues to commit kafka offset even if output is down #3824
Unanswered
hassanbenhzaine
asked this question in
Q&A
Replies: 1 comment 1 reply
-
We don't recommend to use healthcheck to confirm the service availability. |
Beta Was this translation helpful? Give feedback.
1 reply
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 everyone,
I have "fluent-plugin-kafka" (Input plugin) as source sending Kafka records to "fluent-plugin-elasticsearch" (Output plugin) and it works fine, the issue is if Elasticsearch is down Fluentd continues to commit offsets (consuming messages) and retry connecting to Elasticsearch, is there anyway to periodically check if Elasticsearch is online before consuming records from Kafka?
// fluent.conf file
Beta Was this translation helpful? Give feedback.
All reactions