Open StuartFergusonVme opened 4 years ago
Is your feature request related to a problem? Please describe. Allow the subscription service to be run from the command line rather than be hosted.
Describe the solution you'd like Ability to run a subscription service with the following command
dotnet subscriptionservice "$ce-mystream" "eventrouter" "127.0.0.1"
This will run a single persistent subscription delivering to 127.0.0.1 using a default HTTP POST implementation.
Describe alternatives you've considered None
Additional context Nothing at this time
@StuartFergusonVme - I assume this was to run the actual DLL itself, no hosting process?
Yeah, was to be used for a one off subscription.
Want to include this for next release?
Is your feature request related to a problem? Please describe. Allow the subscription service to be run from the command line rather than be hosted.
Describe the solution you'd like Ability to run a subscription service with the following command
dotnet subscriptionservice "$ce-mystream" "eventrouter" "127.0.0.1"
This will run a single persistent subscription delivering to 127.0.0.1 using a default HTTP POST implementation.
Describe alternatives you've considered None
Additional context Nothing at this time