Simon Paitrault
Simon Paitrault
Is there any update on this issue? Still undecided? Abandoned ?
Ping @Yamilquery Can you provide some more details on this feature/bug ?
Hello, Seems great 😃 Could we split this proposal into pieces to work on it more easily ? I'm interested in working on this !
@slashdotdash I saw that you closed #355 without any comments. Do you known if it is fixed?
If you need to dispatch additionnal commands when a process manager is shutting down I think it's better to have an event representing those two states. An option could be...
Here comes the circular dependencies :) I don't really see any use case (in my personnal scope) to build a dependency tree for event handlers. If an event handler need...
should we update aggregates/event handler/... when a stream is deleted?
Hello, I see this as a middleware behaviour where an aggregate could call a `next` function if the event is successfully handled. I don't see this as `command` based behaviour...
Anyone working on some documentation improvement? It's really hard to make things work without it. Some keys features aren't documented at all.. like streams
Thank's @Firstyear I was already using `add_stream` and `add_stream_message` but I was interested in `ActorStream` which is like an `ActorFuture` but for stream. I didn't find any usage anywhere nor...