RuckusWirelessIL / pentaho-kafka-consumer

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

does it work with pentaho 6.1? #12

Closed DanielYWoo closed 7 years ago

DanielYWoo commented 8 years ago

It looks pentaho 6.x use annotation instead of plugin.xml, does it work with the latest version of pentaho?

spektom commented 8 years ago

It worked in Pentaho 6.0.1, I'm not sure there are any changes in plug-in registration mechanism in 6.1. Are there?

DanielYWoo commented 8 years ago

I did a quick test, put the 1.4 consumer into plugins, then start spoon, I cannot see it in the input category.

On Wed, Jun 29, 2016 at 8:49 PM, Michael Spector notifications@github.com wrote:

It worked in Pentaho 6.0.1, I'm not sure there are any changes in plug-in registration mechanism in 6.1. Are there?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RuckusWirelessIL/pentaho-kafka-consumer/issues/12#issuecomment-229345665, or mute the thread https://github.com/notifications/unsubscribe/AAfZce4tGKUWrWmxApObUW8acY_DiWBTks5qQmnHgaJpZM4JAvNz .

Thanks & Regards, Daniel

mrwutong commented 8 years ago

It worked in Pentaho 6.1. Install path /plugins/steps

clarkgreen commented 8 years ago

I am trying to just consume some message from a topic to which i put data from kafka console producer. I am using Pentaho 6.1 . But i dont see metrics getting incremented.

spektom commented 8 years ago

Is the step itself loaded correctly? If so, could you please provide some debugging information? Thanks!

On Thu, Jul 21, 2016 at 12:27 PM, clarkgreen notifications@github.com wrote:

I am trying to just consume some message from a topic to which i put data from kafka console producer. I am using Pentaho 6.1 . But i dont see metrics getting incremented.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/RuckusWirelessIL/pentaho-kafka-consumer/issues/12#issuecomment-234202804, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJpO0MmQkNL4-WIST0VxcMas6fNpRqhks5qXztkgaJpZM4JAvNz .

spektom commented 7 years ago

Cannot reproduce