Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Kafka #5

Merged
merged 1 commit into from
Oct 2, 2021
Merged

Add support for Kafka #5

merged 1 commit into from
Oct 2, 2021

Conversation

ricoberger
Copy link
Member

It is now possible to use the Fluent Bit Kafka plugin to write the
collected logs from Fluent Bit to Kafka. We can then use the new
kafka-clickhouse application to listen for new messages in Kafka and
write them to ClickHouse.

This enables users to also use the Fluent Bit ClickHouse pipeline in
larger clusters, with a lot of nodes, because with Kafka in between of
Fluent Bit and ClickHouse we can improve the write performance to
ClickHouse.

The Docker image for the Kafka ClickHouse connector uses the
"kafka-VERSION" tag.

It is now possible to use the Fluent Bit Kafka plugin to write the
collected logs from Fluent Bit to Kafka. We can then use the new
kafka-clickhouse application to listen for new messages in Kafka and
write them to ClickHouse.

This enables users to also use the Fluent Bit ClickHouse pipeline in
larger clusters, with a lot of nodes, because with Kafka in between of
Fluent Bit and ClickHouse we can improve the write performance to
ClickHouse.

The Docker image for the Kafka ClickHouse connector uses the
"kafka-VERSION" tag.
@ricoberger ricoberger merged commit 26cb96a into main Oct 2, 2021
@ricoberger ricoberger deleted the add-support-for-kafka branch October 2, 2021 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant