EventStore.JVM icon indicating copy to clipboard operation
EventStore.JVM copied to clipboard

Event Store JVM Client

Results 57 EventStore.JVM issues
Sort by recently updated
recently updated
newest added

Is it possible to given an example on how to do transactions via the Future based API? Scala only would be fine.

I have a persistent subscription and a scala consumer. My issue is that no matter what settings I set in the subscription or the client application.conf I can't seem to...

No need to maintain an example project if we can use https://scalameta.org/mdoc/

Title page says https://geteventstore.com - it should be https://eventstore.org

I have the system '$by_category' projection running, thus, there's a stream for each category, looking like '$ce-something'. But when I try to subscribe to it, I get an error: >eventstore.tcp.ConnectionActor...

Does anyone know if using competing consumers with persistent subscriptions is possible via the akka streams interface?

I'd like to send a NotAcknoledge message when for some reason I need the message to be reprocessed by a persistent subscriber, instead of only wait for the timeout...is there...

Hi, I'm looking for a way to force the library to resolve DNS name after it changes. To recreate: 1. Start ES locally, listening on localhost. 2. Add `127.0.0.1 eventstore`...

If EventStore receive the event twice due to a timeout or whatever, the future received for the EsConnection is null, it would be nice have an more detailed response like...

In https://github.com/EventStore/EventStore.JVM/blob/8708a3f14f82dfdfef9077bec7c8644aa0711640/src/main/scala/eventstore/tcp/ConnectionActor.scala#L143-L146, the ConnectionActor is stopped when it definitively fails to connect to a cluster after a configurable number of tries. This forces us to use DeathWatch to respond to...