joekiller / jruby-kafka

Apache License 2.0
71 stars 52 forks source link

Use kafka-client 2.0.0 jars #60

Open sahglie opened 6 years ago

sahglie commented 6 years ago

Not sure if this is something trivial, but there are much newer versions of kafka-client jars out. If I wanted to use the newer version with this gem, is it just a matter of using a newer version of the jar?

joekiller commented 6 years ago

Likely.

On Thu, Oct 18, 2018, 1:59 PM Steven Hansen notifications@github.com wrote:

Not sure if this is something trivial, but there are much newer versions of kafka-client jars out. If I wanted to use the newer version with this gem, is it just a matter of using a newer version of the jar?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/joekiller/jruby-kafka/issues/60, or mute the thread https://github.com/notifications/unsubscribe-auth/AA-bx4P38TgkVLOVGpL8GOAvJpL_XL3cks5umMF8gaJpZM4XuGzW .

knoxknox commented 5 years ago

You can check this repo: https://github.com/knoxknox/kafka-client. This is wrapper for Kafka JAR's, which can be used in JRuby based projects.