Apache Flume Kafka contains the Flume components that interact with Kafka.

Clone this repo:
  1. f687db6 Change mailing list by Ralph Goers · 1 year, 3 months ago main
  2. e58a1a7 Upgrade to Java 11. Upgrade dependencies by Ralph Goers · 1 year, 3 months ago
  3. 88743b7 Minor edits by Ralph Goers · 2 years, 4 months ago
  4. fc1c439 Merge pull request #1 from deepak-garg/FLUME-3470 by Ralph Goers · 2 years, 4 months ago
  5. a0f0761 FLUME-3470, Upgrade kafka clients jar to version 3.4.0 by Deepak Garg · 2 years, 4 months ago

Welcome to Apache Flume Kafka!

Apache Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of event data. It has a simple and flexible architecture based on streaming data flows. It is robust and fault tolerant with tunable reliability mechanisms and many failover and recovery mechanisms. The system is centrally managed and allows for intelligent dynamic management. It uses a simple extensible data model that allows for online analytic application.

The Apache Flume Kafka provides a Kafka Channel, Kafka Sink, and a Kafka Source.

Apache Flume Kafka is open-sourced under the Apache Software Foundation License v2.0.

Documentation

Documentation is included in the binary distribution under the docs directory. In source form, it can be found in the flume-ng-doc directory.

The Flume 1.x guide and FAQ are available here:

Contact us!

Bug and Issue tracker.

Compiling Flume Kafka

Compiling Flume Spring Boot requires the following tools:

  • Oracle Java JDK 8
  • Apache Maven 3.x