Skip to main content
 

When was the last time anyone ever changed an RPC deadline flag?

Can we get rid of all of them entirely now that deadline propagation is a thing and rpc services support a default deadline option?

  rpc foo(FooRequest)  returns (FooResult) {
    option deadline = 5.0;
    option fail_fast = true;
  };