You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#15] added EventStore.shutdown() method, that disconnects client from server and initiates executor services shutdown
java.time.Instant based timeout checks replaced with System.nanoTime() diff check (based on pull request #20)
added projections management support (use ProjectionManagerBuilder to build ProjectionManager instance)
added users management support (use UserManagerBuilder to build UserManager instance)
added cluster node option ClusterNodeSettings.preferRandomNode to prefer a randomly selected node instead of always preferring the master node
added EventStore.tryAppendToStream method (conditional-append), that returns the status of operation instead of throwing an exception in cases of stream version mismatch or stream was deleted
added PersistentSubscription.acknowledge(UUID[]) method, that allows persistent subscription to acknowledge messages by event ids