Alexey Zimarev

Results 206 comments of Alexey Zimarev

> The user would probably have a view from a projected readmodel from before the stream was archived, and would assume that view to be updated with the changes they...

The use case is simple. We have 15 years of data collected in SQL, and now we are migrating to an event-sourced system. About 1.6 billion streams will be initiated...

Right, I might have not explained the idea well enough. I already built a store for Elastic, which can read and write (not sure about the writing part though). The...

Merged #80, it has the aggregate store with archive fallback, and sample implementation with Elastic.

Releasing it as 0.7.0

Same here. Branch build fails on external-sonar because of quality gates but no issues are being reported in codequality file. I get this comment in the MR: ``` SonarQube analysis...

> The benefit is the service bus event outbox is now tied to the same transaction as the SSS write, without having to use a DTC. It should not be...

@umeshp7 I wrote some comments there, and I think it should be merged as it is today and refined later on. I'd also be happy to contribute when v109 will...

Where do you actually run it? Is it Container Apps? Having `hostPath` for the volumes confuses me. In managed Kubernetes you won't use `hostPath`. > A hostPath PersistentVolume uses a...