Skip to content

RuckusWirelessIL/pentaho-kafka-producer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pentaho-kafka-producer

Apache Kafka producer step plug-in for Pentaho Kettle.

Build Status

Screenshots

Using Apache Kafka Producer in Kettle

Apache Kafka Compatibility

By default the producer depends on Apache Kafka 0.8.1.1, which means that the broker must be of 0.8.x version or later.

If you want to build the plugin for a different Kafka version you have to modify the kafka.version and kafka.scala.version in the properties section of the pom.xml.

Installation

  1. Download pentaho-kafka-producer Zip archive from latest release page.
  2. Extract downloaded archive into plugins/steps directory of your Pentaho Data Integration distribution.

Building from source code

mvn clean package