-
I'm building an eventstore cluster that utilizes the [trusted intermediary](https://developers.eventstore.com/server/v24.6/security.html#trusted-intermediary) strategy for authentication. This will re…
-
A few of us have discussed offline about the need for updating the code to better enable real-time experiments with simultaneous electrophysiology. The consensus way to address this problem is to sync…
-
It would be probably better to handle persistence of events with low level format, such as byte[], but support a pipeline where the user can inject stages if needed (es. serialization, upgrading event…
-
Ticket : https://eventstore.freshdesk.com/a/tickets/111306
Expired read for the **$projections-$all** was not retried, as a result of which the user was unable to get any projection to appear in th…
-
**[Mingle Card: 5393](https://liquidframeworks.mingle.thoughtworks.com/projects/alpine_mobile/cards/5393)**
Analysis
--------
Thought I make one attempt on my chrome running on mac(yes, i know the st…
-
I'm a longtime Java programmer. I've never programmed in Scala, though I have read papers that had short Actor programs using Akka/Scala, and figured it wouldn't be that hard to figure out how to use…
-
Problem:
Tests periodically fail with following error:
```
java.lang.AssertionError: expected: but was:
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.jav…
-
### 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…
-
Kafka is a large, complex piece of software which requires installation and maintenance. There are many ways for Kafka to fail, and Kafka requires ongoing management in order to prevent disk overflow …
-
## Feature Request
## Description
In the current implementation, the whole event dispatching workflow happens in a single lambda function that processes the event handlers, entity reduction and …