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 Authored by varun on Oct 13 2023, 5:30 AM.
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. |