v1.1.0
Changes since v1.0.0:
- Improvements around the progress saving feature (#13):
- It is now possible for the consumer to save progress after an empty poll - via the
ChangeOrEmptyNotificationConsumer
extension interface, - Progress saving implementation now can avoid an issue with reading restarting from the generation start when one stream did not manage to save any progress - via the
ProgressManagerWithStartTime
extension interface (TableBackedProgressManager
provided with the library already benefits from this).
- It is now possible for the consumer to save progress after an empty poll - via the
- The time spent on consuming data does not affect when the next query is executed (#6)
- Added continuous integration (#12)