Add fail_n_times
field to add ability to configure a request to fail x number of times before receiving a valid response
#1472
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Proposal:
Add a
Showcase.Echo
RPC with aint fail_n_times
field that initially fails n number of times before returning a valid response.This will allow us to test the following requirement from AIP-4235 without the use of interceptors:
Client libraries must reuse automatically populated values for retries of the same request.
The text was updated successfully, but these errors were encountered: