Releases: UltimateSoftware/surge
Releases · UltimateSoftware/surge
Surge v0.5.31
Changes In This Version
- Remove Akka streams consumer functionality from this repository (#95) @jeffboutotte
Surge v0.5.30
Changes In This Version
- Docs: fix the BankAccountEngine (#92) @EldarKZ16
Bug Fixes
- report progress as 100.0% when replaying an empty stream (#93) @zachary-rote
Surge v0.5.29
Changes In This Version
- Add a flush record to avoid artificial lag from transactional markers (#91) @jeffboutotte
Surge v0.5.28
Changes In This Version
- Improve logging around KafkaProducerActor (#90) @jeffboutotte
Surge v0.5.27
Changes In This Version
- gRPC multilanguage server (#80) @sebastianharko
Bug Fixes
- Fix flaky replay coordinator spec (#86) @jeffboutotte
- Have ProducerActor handle exceptions thrown by consumer lag checker (#88) @jeffboutotte
- Hotfix/offset null fix (#87) @zachary-rote
Surge v0.5.26
Changes In This Version
- Prevent scheduled messages from hitting dead letters on ProducerActor shutdown (#79) @jeffboutotte
- Support async event handler (#77) @sebastianharko
Surge v0.5.25
Changes In This Version
- Add some additional logging around KafkaProducerActor & use a scheduled message instead of function call (#76) @jeffboutotte
- add getReplayProgress to ReplayCoordinatorApi in support of grpc repl… (#74) @zachary-rote
Surge v0.5.24
Changes In This Version
- WIP - Kafka Forever Replay Factor (#67) @garyKeorkunian
- Add logging to health supervisor around restarts (#73) @ckmcd
Surge v0.5.23
Changes In This Version
- Check KTable consumer lag in the producer directly (#71) @jeffboutotte
Surge v0.5.22
Changes In This Version
Bug Fixes
- Fix scala 2.12 compilation and verify cross-compile in CI (#70) @jeffboutotte