-
It would be very nice if the container (and so the start up script) would support the creation of topics like the wurstmeister/kafka container does, i.e. "--env KAFKA_CREATE_TOPICS=eventsourcing-traff…
-
As an organization administrator, I want to configure ZITADEL to allow users to be unique within my organization instead of the entire instance, so that I can manage users independently from other org…
-
This tasks refers to how in this project data should be queried from.
This flow should be universal and used for all the queries.
It can be:
- CQRS with Mediatr. Basically separating all the re…
-
- Stream stage that uses event handler to create and emit state snapshots and metadata at custom intervals
- Initialize `EventSourcing` stage with state snapshot
- Replay events from user-defined po…
-
*Originally created by paul-pfc (https://github.com/VNG-Realisatie/Haal-Centraal-BRK-event-sourcing/issues/24):*
...ZODAT ik kan bepalen wie de belastingplichtige is
EN of een WOZ object moet worden…
-
When state is needed after a command, check if created event was successfully applied, and eventstore returned a beautiful OK that the event was persisted, so in terms of latency, you have now the mos…
-
-
Before you're getting a letter from a lawyer, you should remove the books from the sources folder or make this repo private
-
Distributed systems; how can node help? :grin:
**Suggested topics**
- what is a distributed system?
- why is it relevant?
- why node?
- p2p
- dht
- scuttelbot
- ipfs
- hyperfs
- peernet (gossip)
- s…
-
It seems odd to snapshot the event sourced grain state to IGrainStorage on every write, what was the rational behind that?
It would be nice to have that behaviour be opt-in, and ideally something …