RuckusWirelessIL / pentaho-kafka-consumer

Apache Kafka consumer step plug-in for Pentaho Kettle
Apache License 2.0
66 stars 40 forks source link

How to continuously read data (maximum duration = infinity) #4

Closed eugenemiretsky closed 7 years ago

eugenemiretsky commented 9 years ago

Hi,

I want to be able to stream data from Kafka, and have the transformation running continuously without ever stopping. How would I achieve that? From what I understand the transformation will stop after 'maximum duration'

spektom commented 9 years ago

Hi,

Normally transformation wouldn't stop unless "consumer.timeout.ms" parameter is set, or "stop on empty topic" is enabled. Can you verify that?

Thanks!

eugenemiretsky commented 9 years ago

Thanks!

Will do once I get this working

spektom commented 7 years ago

Closed due to inactivity.