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
Oximeter producer registration should be more lax about success (#5340)
As part of #5284, we'd
like to change the Nexus API used to register as a metric producer. It
currently returns a 204 and no data, and we'd like it to return a 201
and a lease duration. However, if we change the server API first,
Progenitor-based clients will see an unexpected response, which the
`oximeter-producer` registration method currently returns as an error.
This commit relaxes the registration method, so that it still succeeds
if it finds an unexpected-but-successful response from Nexus. This will
let clients handle the desired changes on the server even before they
truly recognize the new response as valid.
0 commit comments