Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Releases: zalando-nakadi/reactive-nakadi

Stream Timeout

04 Oct 14:06
Compare
Choose a tag to compare

Stream timeout bug fix. If the ActorPublisher hasnt received any events within a given timeout time, it will raise an exception, thus restarting the Actor.

Dependency Removals & Version Bumps

10 Aug 12:51
Compare
Choose a tag to compare

Update includes:

  • Removal of joda-time dependency
  • Scala version upped from 2.11.7 to 2.11.8

Minor Fixes & Enhancements

19 Jul 13:25
Compare
Choose a tag to compare

Update includes:

  • Bumped Akka version to 2.4.7
  • Fixed integration tests with Nakadi's latest build mechanism.
  • Failures and exceptions being thrown from http stream into consumer stream
  • Minor bugfixes