-
I wonder will it possible that a command handler function could be async?
for example:
```
module.exports = require("cqrs-domain").defineCommand(
{
name: "createItem",
existing: f…
-
`main()` should never contain anything generated by the design. By generating content in `main()` it means after I customize my `main()` (always, e.g. to add TLS and CLI support), if my design changes…
-
snapshots In EventStore can be useful for performance.
Are you planning to support snapshots? If not, why?
-
## Preamble
Idea:
Title: General architecture & patterns for status react
Status: Draft
Created: 2017/11/22
## Summary
Define and adhere to architecture vision for s…
-
Hi,
Great job with that project. I'd would like to add my feedback about the future of **domain events and integration between microservices**. I would like to suggest to apply event sourcing in the …
-
As I'm getting further in CQRS using Mediatr I've started to run into situations where I'll need to make a calls to several handlers to process a Web API method and I'm not sure what they best approac…
-
Part of the appeal of using EF as opposed to a micro-ORM like Dapper is the first-level caching (to my knowledge, Dapper doesn't do this).
However, by placing the DbContextScope (or any Unit of Wor…
-
I just started working on https://github.com/dotnet-architecture/eShopOnContainers/issues/305 and got an interesting situation... I can't normally describe the return type for OrderController.GetOrder…
-
the parser throws an syntax error if const are not declared in an consecutive block
```php
namespace Bugreport;
class ConstOrder {
const MY_FIRST_CONST = "test";
private $oneProperty …
-
The IIndexDocumentChangesProvider abstraction allows only to page through a set which is quite inefficient for NoSQL storages.
Need to adopt this interface to support a more simple streamed (IEnumera…