Arjan Singh Bal

Results 209 comments of Arjan Singh Bal

Existing fallback tests for reference: https://github.com/grpc/grpc-go/blob/master/xds/internal/xdsclient/tests/fallback_test.go

I've checked off the items that are complete. We need to wait for the the old pickfirst to be removed before we can remove some deprecated APIs, and health check...

Please merge the latest master branch to unblock the PR Validation test.

The merge is not performed correctly. The PR diff is showing all the commits that were merged. Can you please reset and do a regular `git merge origin/master`?

There are 0 commits on the PR, so it can't be re-opened. If you can bring back the commits on this branch, I should be able to re-open it.

@vinothkumarr227 there is a failure in the updated test reported by `codecov`: https://github.com/grpc/grpc-go/actions/runs/16616024027/job/47008766111?pr=8342 PTAL and ensure the test is not flaky.

## Context An update was made to A61 in https://github.com/grpc/proposal/pull/477 to remove the need for hardcoding `pick_first` as the child for the priority balancer for logical DNS clusters. The code...

In gRPC Go, it should be possible for users to implement a custom dialer that handles the TLS handshake with the proxy. The following stackoverflow answer may help: https://stackoverflow.com/a/78604557

> @arjan-bal > > A94 states the following: > > ``` > If we end up discarding connection attempts as we do with the “happy eyeballs” algorithm > (as per...