Easwar Swaminathan

Results 540 comments of Easwar Swaminathan

@costinm : Is this still an issue for you? We haven't heard any other reports of this not working and all of our interop tests use ADC with xDS and...

@costinm : Do you happen to have a test that we can use, that can repro this issue? Thanks.

If you scroll all the way to the bottom of `unmarshal_lds_test.go`, you will find a bunch of custom filter implementations used by the test such as `clientOnlyHTTPFilter`, `serverOnlyHTTPFilter`, `errHTTPFilter` etc....

> Thank you, this is really helpful One quick query - do we need to create a `terminalNonRouterHTTPFilter` as well? (To cover the test case of a terminal filter failing...

Is there an issue with checking that the last filter is in fact the router filter and not just *any* terminal filter?

Currently the config selector is checking if the last filter is the router filter, which doesn't seem like the correct place to have that check. If we at all should...

Our keepalive implementation is based on proposals [A8](https://github.com/grpc/proposal/blob/master/A8-client-side-keepalive.md) and [A9](https://github.com/grpc/proposal/blob/master/A9-server-side-conn-mgt.md). Any changes here would need to made across grpc implementations. If you want to propose any changes to this spec,...

Thanks for the explanation @Lucaber Do you see the problem even in the case where you set both `keepalive.ClientParameters.Time` and `keepalive.ClientParameters.Timeout` on the client and `keepalive.ServerParameters.Time` on the server to...