J-F Guertin
J-F Guertin
Adding UseEventStoreSubscriptions extension to help subscribe to stream events based on a filter and then publish them to your internal microservices (pubsub) Note that three (3) integration tests are failing...
Hi, There is an implementation of EventStoreDb in EventFlow to store the events... 1. Has anyone tried to develop an implementation of [EventStore's PersistentSubscription](https://eventstore.com/docs/getting-started/reading-subscribing-events/index.html?tabs=tabid-6%2Ctabid-dotnet-client%2Ctabid-dotnet-read-event%2Ctabid-create-sub-dotnet#subscribing-to-receive-stream-updates) for EventFlow? 1. Could this replace...
HI, Has anyone been able to host an Akka actor inside a DaemonSet? What was your YAML configuration? Any example would be much appreciated! We were successful at deploying multiple...