Skip to content

Releases: akka/alpakka-kafka

0.4.0

13 Apr 17:55
Compare
Choose a tag to compare
  • Support for Encoders/Decoders of different message types.
    This is a breaking change that enforces update of client code to explicitly decalare a proper Decoder/Encoder instead of using raw Strings. In case you want to keep String-based messages, use a new StringEncoder() or new StringDecoder(). Thanks @javierarrieta for this contrbution! (#7)
  • Fixed the consumer behavior when new messages appear in stream.
    When connected to a Kafka queue, the flow was consuming all the present elements but after that, new elements were not polled correctly. This fix assures that an ActorPublisher keeps polling Kafka for new elements if there is demand.

0.3.0

03 Mar 15:00
Compare
Choose a tag to compare
  • Updated dependencies
    • Akka 2.3.9
    • Akka Streams 1.0-M4
    • Kafka 0.8.2
  • Added possibility to start at the end of the topic (see README.md)

0.2.0

18 Jan 14:36
Compare
Choose a tag to compare
  • Adds custom thread pool executor to avoid killing ActorSystem's EC due to blocking calls.
  • Switch to Scala 2.11.5.

0.1.0

07 Jan 16:05
Compare
Choose a tag to compare

Inital release