You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the BlackBoxBoundedContext sets the ActorId on its own and we can't modify it.
But for testing purposes, we may need to emulate commands from different actors.
The way to achieve this is to add an ability to set the desired ActorId to the BlackBoxBoundedContext. From my perspective the API can be the following:
Currently, the
BlackBoxBoundedContext
sets theActorId
on its own and we can't modify it.But for testing purposes, we may need to emulate commands from different actors.
The way to achieve this is to add an ability to set the desired
ActorId
to theBlackBoxBoundedContext
. From my perspective the API can be the following:The text was updated successfully, but these errors were encountered: