bootique / bootique-kafka

Provides integration of Kafka client and streams with Bootique
http://bootique.io
Apache License 2.0
4 stars 4 forks source link

Integrate 0.10 client #3

Closed andrus closed 8 years ago

andrus commented 8 years ago

Will build a module for 0.10 Kafka client. I guess we'll work on an assumption that the new client API is not going away in 0.11. So we will call the module "bootique-kafka-client" without using 0.10 suffix. I.e. it will be the default client.

andrus commented 8 years ago

Note that this task simply adds client dependency. Producer and consumer are integrated via separate tasks - #4 and #5