-
Hi All,
I've been using Netmaker and Tailscale (headscale) successfully but came across Netbird and keen to give it a go.
I am following the selfhosted-quickstart guide: https://docs.netbird.io…
-
In the EventStore project, implement a storage provider that uses an embedded event store node, see https://eventstore.org/docs/dotnet-api/4.0.2/embedded-client/
-
### Preflight Checklist
- [X] I could not find a solution in the documentation, the existing issues or discussions
- [X] I have joined the [ZITADEL chat](https://zitadel.com/chat)
### Environment
S…
-
Hey. I'm running a docker-compose installation of EventStore, version 20.6.0, for development purposes:
```
version: '3.4'
services:
db:
image: eventstore/eventstore:20.6.0-buster-slim
…
-
**Is this a request for help?**:
No
---
**Is this a BUG REPORT or FEATURE REQUEST?** (choose one):
BUG REPORT
**Version of Helm and Kubernetes**:
```
Client: &version.Version{SemVer:"…
-
**Describe the bug**
We cannot reproduce this reliably but when upgrading our 3 node UAT clusters from V5 to V21, we noticed that some of our services - which we expected to reconnect automatically (…
-
Reporting potential bug regarding re-connection, after TCP error.
After client get TCP error:
`java.io.IOException: Connection reset by peer`
Client are able to re-connect to eventstore, but su…
-
Currently, eventstore does not support NIP-40 (events with expiration), so it is not too difficult to add code to check the expiration tag in the part of QueryEvents that send events into ch. However,…
mattn updated
3 months ago
-
EventStoreDB provides a projection API that can project one or multiple streams into new streams by emitting new events, see https://eventstore.com/docs/projections/user-defined-projections/index.html…
-
Accept criteria
- [] all integration events is stored in one central storage
- [] one or more eventtypes can be requested replayed
- [] It is possible to replay events from any given point in time
-…