Alexey Zimarev

Results 206 comments of Alexey Zimarev

I am making some code changes, the PR will follow, it's a matter of time. For the sake of information, I'd like to record the necessary changes here. ## Client...

Ideally, for JSON calls the code generator should produce request and response models as classes or records, but it might be a bit too much. The current generation won't utilise...

Many libs that support .NET Framework use Cake or Fake to build, pack and publish. I don't think there's an issue with using Cake.

I use the package manager console for all PowerShell commands, like Paket or NServieceBus, since this is the only PS console accessible within the VS. The block only happens if...

Sorry for going sideways, but why do you run ESDB in a container if you have a dedicated machine? The Docker environment has its own constraints, which don't necessarily align...

[MassTransit](https://masstransit-project.com/) already supports RMQ (Amazon MQ) and SQS. Why not support an open-source project with nearly 38 million downloads on NuGet, and build additional transports (or Riders) for it instead...

Duplicate https://github.com/EventStore/documentation/issues/431

@TAGC Great job with the workaround, thanks for sharing. Still, like I mentioned under your comment, for urgent production issues it's better to open a support ticket. You can also...

@Narvalex in many cases, transactions spanning multiple streams indicate a strong smell of a suboptimal design. It's not much different from any other database, where the transaction boundary increases because...

> I don't think that multiple streams transactions break ... DDD or any other pattern. That's not exactly the case. Aggregate boundary _is_ the consistency boundary. If the consistency boundary...