-
**Describe the bug**
Very similar to
[https://github.com/EventStore/EventStore/issues/2781](https://github.com/EventStore/EventStore/issues/2781)
I get
Request message serialization failure: Cannot r…
-
queries to eventstore.events2 always order the result by position and in_tx_order columns. To improve performance and reduce load on the system we should evaluate adding the ordering columns to the in…
-
Thanks for writing this library, I really like the look of it.
I am doing a proof-of-concept of using this library to manage state for turn-based games. When a client joins, I'd like to be able to …
-
I am trying to use the library in a Elixir project and also use [Dialyxir](https://hexdocs.pm/dialyxir/readme.html).
As indicated in the doc, I specified `:systemd.ready()` as:
```elixir
# Elix…
-
Currently we use Prooph Event Sourcing for our Aggregate Roots. Since the Prooph Service Bus was deprecated we use the Symfony Messenger instead.
```yaml
services:
_defaults:
public:…
-
### Proposal
##### require dependency directly from databases instead of use `Store.use`
For example:
`aws = require('aws-sdk`); instead of [aws = Store.use('aws-sdk');](https://github.com/adrai/no…
-
The latest nuget package for Akka.Persistence.EventStore has dependecies to the EventStore.ClientAPI.NetCore which is deprecated.
EventStore.Client >= v5.0.0 should be used. Please release updated p…
-
I am using the same database for event store and outbox but for some reason, tables don't get migrated. I also don't want to migrate them manually. Can anyone help me out?
-
We have a batch / bulk operation where multiple A+ES `Space`s need to be updated.
This is the current implementation:
```php
-
Problem
--------
When `EventStore.JVM` client subscribes too early before EventStore is fully functional (has built all of its indexes, etc), the subscription never gets notified of new additions to…