-
Hi,
I am trying to migrate from evenstore 5 to 20, unfortunately code which used to work previously doesn't work any longer.
Logs:
```
receiver_1_f96977cd33ab | [INFO] [08/12/2020 08:40:24.8…
-
The goal of this issue is to enable the possibility to do a couple of things:
- Easily add events to the outbox of an event store from the client through a specific interface for it (`IEventOutbox`…
-
Ideally, SQL DDL related to the JPA/Jdbc event store should be added to the reference guide. Either as a dedicated section or as an appendix.
These DDL should be agnostic of the vendors such as Ora…
-
**Description**
Some links on the UI redirect to the internal IP of the EventStore node, as opposed to the advertised IP.
When hosting EventStore on Docker, this causes some requests to fail to b…
-
I'm running an import job on EventStore using the Java client, which consists of 10's of thousands of individual transactictions, each writing to a new stream.
Everything is going well and my streams…
-
If there's more drivers, then perhaps
```go
import "esja/pkg/eventstore/sql"
sql.NewStore[MyAggregate](...)
```
would be better than
```go
import "esja/pkg/eventstore"
eventstore.Ne…
-
Would this be something worth considering?
-
Hello,
I'm using eventstore v3.8.1 behind a reverse proxy (nginx) and i'm exposing it that way :
https://domainname.tld/eventstore/
When accessing to the server from the webui i have to add the /eve…
-
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…
-
- [x] Get rid of `ObjectManagerInterface` in `NodeType` and `NodeTypeManager`
- [x] Replace `\Neos\Flow\Utility\Algorithms::generateUUID()` in ID-ValueObjects
- [x] Remove/rewrite Behat test traits!…