we'll use the setter on the identity service but it might be useful for other services in the future, too.
we'll check for the specific unsupported version status on the client side.
Depends on D9473
Differential D9478
[shared] helper functions to get/set version unsupported status varun on Oct 12 2023, 10:30 PM. Authored by Tags None Referenced Files
Details we'll use the setter on the identity service but it might be useful for other services in the future, too. Depends on D9473 tested the setter with kreya by sending a ping (implemented later in stack). will test is_unsupported_version when i handle the status on the client side.
Diff Detail
Event TimelineComment Actions Personally, I was a bit skeptical about using the Unimplemented status code for that, but this table suggest it's the correct use case. |