krasserm / akka-persistence-kafka

A replicated Akka Persistence journal backed by Apache Kafka
Apache License 2.0
201 stars 59 forks source link

Add support for new Kafka Producer #31

Closed eugenemiretsky closed 8 years ago

eugenemiretsky commented 8 years ago

It would be nice to upgrade to the new Java Kafka producer (0.8.2+ ). Since it is Async, you probably don't need the worker pool.

I can create a pull request if you're ok with the change.

p.s How come you decided to use the Sync Kafka producer in instead of the async?

krasserm commented 8 years ago

How come you decided to use the Sync Kafka producer in instead of the async?

That's explained in #20. If you still see an option how to deal with the problems described there, I'd be more than happy to review your PR. If you want to work on it please refer to #20, I'll close this ticket because it's a duplicate.