-
### Describe the chore
It seams like that `esdb.RecordedEvent.Position.Commit` is a, for eventstoredb, global commit integer that increments with every event inside eventstoredb. We could use this in…
-
I want to be able to persist the models in the database EventStoreDB.
A persistence layer should be added.
The models should be updated to be event sourced.
-
Although Redis has fabulous streams I don't think that it is as strong as eventstoredb for event sourcing but still a connector would be very beneficial.
-
Consider which EventStoreDB client should be used.
An Official Java client is under development:
https://github.com/EventStore/EventStoreDB-Client-Java
-
The clients and Apis link at the top of the documentation takes you to this page
https://developers.eventstore.com/clients/grpc/getting-started.html
Unfortunately it does not point you to the do…
-
This will make the current adapter unusable :-(
The new adapter requires gRPC which probably makes it quite a bit harder to use it.
https://www.eventstore.com/blog/sunsetting-eventstoredb-tcp-based-…
-
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…
-
Greetings,
I'm using JDT with neovim. I'm using JDT `v1.1.2` and getting this exception from the server, sorry for the formatting. It's directly coming out of neovim LSP log file:
```
\norg.ecl…
-
I tried running EventStore in Docker by following video "EventStoreDB Series Part 1: Getting Started With EventStoreDB in Python" (https://www.youtube.com/watch?v=RyGGkMTM1Wg), published by EventStore…
-
Hi!
We're using Spear in production and are noticing that performance might be less than ideal. We're not sure where exactly the problem resides - Spear, EventStoreDB or the network.
Our flow is…