How fluent-bit works when output is unavailable? #7883
DonVietnam
started this conversation in
General
Replies: 1 comment
-
Did you check the docs? |
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
-
For example, I need to implement the following pipeline, data with logs is sent to fluentbit, then it sends data to Kafka topic, what happens if the Kafka cluster falls and is temporarily unavailable? Will fluent bit save the data and as soon as Kafka becomes available again, will it start sending them further? Or will the data be lost? If there is a place to read about this situation, I will be grateful for the link.
Beta Was this translation helpful? Give feedback.
All reactions