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
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