Michel van den Berg
Michel van den Berg
@frenchyjef @frankebersoll 1. I have not found it either. 2. Yes it could! I'm using EventStoreDB for both my domain and integration events 3. My opinion is that EventFlow only...
@rasmus I've looked into this as well and would like to contribute my findings. First of all, I would like to thank you for this awesome library. It's also the...
@mbican you are correct! We need to either implement the outbox pattern or update read models and event persistence in the same transaction. Both are currently not really supported. The...
@rasmus People have already solved this problem. There are two options: 1. implement the outbox pattern 2. update read models and event persistence in the same transaction I've been using...
@rasmus I have exactly the same issue. What would you suggest for the time being?
@rsmythe did you end up with something workable?
What is your view on this? What are you ideas for the future?
This is such in interesting discussion! Have you guys tried https://github.com/lucagez/slow-json-stringify or https://github.com/fastify/fast-json-stringify? Did you also try Protobuf?
For people who have the same problem, you might want to use https://mswjs.io/. It is highly recommended from several pioneers, and supports this use case. Instead of mocking via MockedProvider,...
@aghArdeshir Maybe I'm missing something, but the mocking is on the network level. So basically all of the features of Apollo client can and are used. Instead of actually doing...