As indicated in this thread <https://github.com/grpc/grpc-java/issues/1495>, a fresh deadline should be created for every call. What is the best way to override the default deadline for a Client so that every request uses a fresh deadline with the same duration?
Should I create a ClientInterceptor to fiddle with CallOptions.withDeadlineAfter() for every request? -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/518b3e5c-8707-4d9b-97d3-906543f21808%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
