Closed andreicristianpetcu closed 8 years ago
I'd love a PR but if not when I get time I'm going to explore @suyograo's logstash-input-kafka implementation and merge it into here as a 3.0. https://github.com/logstash-plugins/logstash-input-kafka/tree/update/0.9 https://github.com/logstash-plugins/logstash-input-kafka/issues/48
Thank you for your quick reply! I will follow this issue and the one from logstash-input-kafka
Check out jruby-kafka v3.2.
Thank you, @joekiller! I will test it soon!
@joekiller sorry for stating the obvious, where can I find out the configurations of the jruby-kafka v3.2? In the Kafka documentation, we have the . convention such as consumer.id, whereas in the plugin, I see the _ convention such as consumerid. Is it just a matter following the config in Kafka documentation and switch all the . to ?
Correct Calvin. Underscores are more rubyesc. Just use the . settings and use underscores.
-Joe Sent via mobile.
On Jul 18, 2016 2:23 PM, "Calvin" notifications@github.com wrote:
@joekiller https://github.com/joekiller sorry for stating the obvious, where can I find out the configurations of the jruby-kafka v3.2? In the Kafka documentation, we have the . convention such as consumer.id, whereas in the plugin, I see the _ convention such as consumerid. Is it just a matter following the config in Kafka documentation and switch all the . to ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/joekiller/jruby-kafka/issues/40#issuecomment-233414236, or mute the thread https://github.com/notifications/unsubscribe-auth/AA-bx5TjkZE2PenBFfV7fDvlP-yCRoblks5qW8SNgaJpZM4HG3jd .
Hello,
Are there any plans to upgrade to the latest Kafka API? I would like to use mutual TLS support with the Logstash-Kafka plugin and this requires the latest v0.9 Kafka.
Thank you