-
Hello, i can not figure this out.
How exactly should `currentPersistenceIds` and `allPersistenceIds` methods be used?
In code example below i can fetch events from eventstore, but i can't fetch any s…
-
In todays system architecture it is common that a request causes actions in multiple subsystems. Understanding the cause of an action can therefore get extremely difficult if systems don't allow to co…
-
**Is your feature request related to a problem? Please describe.**
We want to deploy Eventstore in a production environment. Our services have a centralized method for certificate managing and authen…
-
**Describe the bug**
When a node joins a cluster, it needs to chase the leader until it is caught up. It is possible that when a call is made to it, it does not have the user stream of the calling us…
-
Looks like the package is broken with newer `protobuf` packages? I get this error message after a dependency update in a project using this module:
```
...
File "/baas/app/eventstore/eventstor…
-
[Forum post](https://www.bryntum.com/forum/viewtopic.php?f=49&t=21820&p=107843#p107843)
Hello Bryntum team,
We just found one resizing issue when having the custom column width. This can be easi…
-
If we try to read past the latest event the thread locks up.
Have a stream with 5 events.
Read from the 6th event and forward, eg:
`var result = await client.ReadStreamAsync(Direction.Forward, "s…
-
Hi there - didn't know where to put this but just wanted to point out a Hashicorp Vault plugin I and a few others have put together to create ephemeral logins for EventStore:
https://github.com/meg…
-
If you want to get the last commit of a stream you have to read the whole stream. For special cases I only care about the **_last**_ **commit** - exactly about `stream-revision`, `commit-sequence` and…
-
How to link an existing event from one stream to another.
Use an [event handler](https://hexdocs.pm/commanded/events.html#event-handlers) to link events of a given type into another stream.
The…