-
-
Notifications
You must be signed in to change notification settings - Fork 96
Process managers #176
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestlinearSync the issue to LinearSync the issue to Linear
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlinearSync the issue to LinearSync the issue to Linear
Type
Fields
Give feedbackNo fields configured for issues without a type.
I get lots of questions about process managers. Personally, I am not a big fan because:
But, for the sake of it, I can try implementing it by adding some syntactic sugar to the existing building blocs:
The manager needs to be called by a subscription. Possible by multiple subscriptions, but that can be done later. It also needs a producer to send commands. Here comes the question if I need to wire an existing app service that processes commands coming via HTTP also to consume command messages. It's possible even today, but maybe I can make it easier.
With a proper registration extensions, it should provide an easy to use API to wire all the things together.