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
I'm trying to understand the orphan mitigation sections of the specification and right now it seems to be contradictory. There may be more cases, but the sections that jumped out to me were 4** status code section in the orphans section and the instructions on what to do under certain response codes from the provision operation
The relevant snippets of text are:
Status Code Of Service Broker Response
Platform Interpretation Of Response
Platform Initiates Orphan Mitigation?
...
...
...
All other 4xx
Request rejected
No
...
...
...
vs.
Responses with any other status code MUST be interpreted as a failure and a deprovision request MUST be sent to the Service Broker to prevent an orphan being created on the Service Broker
where status codes defined in the 4** range are 400, 409, and 422.
Am I missing something here like the table is generic and can be overridden by specific endpoint instructions, or is this contradictory?
Thanks,
Will
The text was updated successfully, but these errors were encountered:
I think this is a mistake in the provision operation section. In CC we follow the guidance set out in the orphan mitigation table and do not orphan mitigate for 4xx codes (aside from #456 which we're addressing).
duglin
pushed a commit
to duglin/servicebroker
that referenced
this issue
Aug 14, 2018
Hey all,
I'm trying to understand the orphan mitigation sections of the specification and right now it seems to be contradictory. There may be more cases, but the sections that jumped out to me were 4** status code section in the orphans section and the instructions on what to do under certain response codes from the provision operation
The relevant snippets of text are:
vs.
where status codes defined in the 4** range are 400, 409, and 422.
Am I missing something here like the table is generic and can be overridden by specific endpoint instructions, or is this contradictory?
Thanks,
Will
The text was updated successfully, but these errors were encountered: