Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove required successUri subscriber requirement #460

Open
fmigneault opened this issue Oct 21, 2024 · 0 comments
Open

Remove required successUri subscriber requirement #460

fmigneault opened this issue Oct 21, 2024 · 0 comments

Comments

@fmigneault
Copy link
Contributor

The current definition of subscribers enforces the definition of a successUri:

A possible use of omitting successUri could be a job definition that must take an action only upon failure. In such case, only the failedUri would be needed. However, the current definition enforces successUri to be provided. This forces clients to provide an unnecessary URI, which could generate callback requests, which the receiving server must silently ignore. Removing the requirement would avoid these unnecessary workarounds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant