Doug Fawley
Doug Fawley
There was a question that came up about this feature and when/if it was implemented, and I noticed it was absent from this list. I like having all these things...
At this point, it seems like the best course of action is to document the header as implementation dependent, and state that users should not ever include a `Status` proto...
@akshayjshah FYI I made #37124 for this if you would like to review the wording.
The only thing I can think is if you have long-running RPCs, max connection age will eventually time out (after `MaxConnectionAgeGrace`) and hard-close the connection. Otherwise the RPCs are expected...
I don't have any objections.
Replacing with #7373
Replacing with #7374
@apolcyn noticed that if we simply changed the locality ID to use the first address instead of the last, we'd most likely improve the accuracy (since the first address is...
The above comment was suggested as a short-term workaround that would take a few minutes to accomplish while we await the full fix.
Another idea for a short-term fix that will actually get us to 100% correctness but not take as long to implement (hopefully): 1. Add an unexported field to `balancer.SubConnState` that,...