RuckusWirelessIL/pentaho-kafka-consumer

Name: pentaho-kafka-consumer

Owner: Ruckus Wireless IL Limited

Description: Apache Kafka consumer step plug-in for Pentaho Kettle

Created: 2013-12-23 15:16:27.0

Updated: 2018-01-05 08:20:47.0

Pushed: 2017-10-22 18:54:24.0

Homepage:

Size: 26678

Language: Java

GitHub Committers

UserMost Recent Commit# Commits
Derek Chen-Becker2015-05-12 17:16:26.06
Michael Spector2017-10-22 18:54:16.059
Hemal Govind2016-09-06 15:07:29.01
Nicolas Reyrolle2017-10-22 10:51:26.029
Eugene Trapeznikov2015-09-15 07:50:26.05

Other Committers

UserEmailMost Recent Commit# Commits
Felix H. Hoßfeldfelix.hossfeld@thoughtgang.de2017-06-26 12:15:22.01
Michael Spectormichael.spector@ruckuswireless.com2015-03-03 05:03:12.03

README

pentaho-kafka-consumer

Apache Kafka consumer step plug-in for Pentaho Kettle.

Build Status

Screenshots

Using Apache Kafka Consumer in Kettle

Apache Kafka Compatibility

The consumer 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 values of kafka.version and kafka.scala.version in the properties section of the pom.xml.

Maximum Duration Of Consumption

Note that the maximum duration of consumption is a limit on the duration of the entire step, not an individual read. This means that if you have a maximum duration of 5000ms, your transformation will stop after 5s, whether or not more data exists and independent of how fast each message is fetched from the topic. If you want to stop reading messages when the topic has no more messages, see the section on Empty topic handling.

Empty topic handling

If you want the step to halt when there are no more messages available on the topic, check the “Stop on empty topic” checkbox in the configuration dialog. The default timeout to wait for messages is 1000ms, but you can override this by setting the “consumer.timeout.ms” property in the dialog. If you configure a timeout without checking the box, an empty topic will be considered a failure case.

Installation
  1. Download `pentaho-kafka-consumer` Zip archive from latest release page.
  2. Extract downloaded archive into plugins/steps directory of your Pentaho Data Integration distribution.
Building from source code
clean package

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.