kafkat VS fluent-plugin-kafka

Compare kafkat vs fluent-plugin-kafka and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
kafkat fluent-plugin-kafka
1 1
503 299
0.4% 0.0%
0.0 4.3
almost 5 years ago about 1 month ago
Ruby Ruby
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

kafkat

Posts with mentions or reviews of kafkat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-01.
  • ELT, Data Pipeline
    4 projects | dev.to | 1 Jan 2021
    Few tips before I close this blog post, always have enough memory in Kafka server as it is very memory intensive and tends to shutdown gracefully every time it hits heap size limit without indicating anything in the logs. For monitoring your cluster use Kafka Manager, it does the job very well and also have KafkaT on server which saves you from running cumbersome builtin Kafka commands.

fluent-plugin-kafka

Posts with mentions or reviews of fluent-plugin-kafka. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-01.
  • ELT, Data Pipeline
    4 projects | dev.to | 1 Jan 2021
    Before we moved to using the data from Kafka, we kept it running as our secondary datasource imported in to Big Query to compare the data count. The data count seemed to be better coming from Kafka indicating that we were losing some data via our S3 based pipeline. As we started adding more and more datasets to Kafka we eventually hit a road bump due to memory issue causing server to fall out of the quorum, which was initially hard to identify with errors in the Tron server. The issue 97 was opened over to discuss on Github in Fluentd Kafka Plugin repository. That got drilled down to the plugin's limitation to counter it bound to the use of the gem ruby-kafka, a fix PR294 was contributed to resolve the issue from happening in future. The fix is now part of the fluent-plugin-kafka as well which will benefit many others. Happy to say that the patch works well in production :).

What are some alternatives?

When comparing kafkat and fluent-plugin-kafka you can also consider the following projects:

secor - Secor is a service implementing Kafka log persistence

fluent-plugin-throttle - Rate limiting for fluentd

Scio - A Scala API for Apache Beam and Google Cloud Dataflow.

fluent-plugin-rewrite-tag-filter - Fluentd Output filter plugin to rewrite tags that matches specified attribute.

fluent-plugin-http-pull - The input plugin of fluentd to pull log from rest api.

rdkafka-ruby - Modern and performant Kafka client library for Ruby based on librdkafka