Dariusz Gafka
Dariusz Gafka
So the case is that when we've main Entity (Aggregate Root) like `Post` and we change it's child Entities `Tag`, those child Entities won't be saved in database. And this...
So the problem is that we create `Tag` Entity before outside of `Post` Aggregate. As Post Aggregate is created via Command, Unity of Work is cleared, therefore the reference to...
> We should not clear entities in unit of work before command transaction I think, it's fine to set up clearing after, as long as we can clean with each...
> Current testing examples and documentation do not cover saga Saga can be tested, just as Aggregates using Ecotone Lite. However there is not yet support for Distributed Bus
Hello @p-pichet I am not maintainer of this package, @makasim is ;)
> How about making it part of the event sourcing configuration or providing the ability to use for any DTO/VO attributes? PHP has nice feature SensitiveParameter. SensitiveData as naming idea....
@unixslayer cool :) And thanks @lifinsky for giving your use-case scenarios :) So @unixslayer can we say, that on run-time we will be dealing with decrypted messages (because deserialized), yet...
Closing, as I guess @unixslayer you will open new PR for this
@jlabedo I can't review now, but I can leave a comment to explain reasoning behind different Interceptors. So what interceptors are about is related to what type of interceptor we...
> But if Before and After interceptors are always meant to be run in the same process than the endpoint, we can make it clear in the design and drop...