0.10.0
- Switched to Akka 2.4.2 by kerr (@hepin1989)
- Dropped Scala 2.10 support
- Switched to Kafka Client 0.9.0.1
- Fixed issues with stopping KafkaActorPublisher. Use
KafkaActorPublisher.Stop
now instead ofActorPublisherMessage.Cancel
in order to stop manually.
by Alexey Romanchuk (@13h3r) - Fix: cancel upstream if producer reports sending failure by Piotr Jarzemski (@kazuhiro)
- Added 'clientId' to
ConsumerProperties
- Other fixes and improvements (docs, examples) by Asko Kauppi (@akauppi) and Coty Rosenblath
Also, this release contains new GraphStage - based API. Please note that this is intermediary API and it will be rebuilt with future releases. Many thanks to Asko Kauppi, Alexey Romanchuk and Mike Krumlauf (@mjkrumlauf) for contributing to these efforts.