Results 66 comments of ZHANG Dapeng

> Trying to use this in Payara, and getting all sorts of intermittent errors. @lprimak, I tested GlassFish 5.0/Grizzly, it didn't pass all the interop tests like Jetty/UnderTow/Tomcat. Seems there...

Why doesn't `ClientStreamTracer.inboundTrailers(Metadata trailers)` include `Status`, or at least `Status.Code` in the argument?

I didn't know there is `streamClosed()`, then that would be sufficient, no need to add anything.

Office hour ping to participants. This issue is still not assigned to anyone and not active over two weeks.

This totally depends on whether or not the `io.netty.handler.ssl.SslContext` object that you provide to `io.grpc.NettyServerBuilder` supports hot reloading.

@AbhishekPantUK I think as commented by https://github.com/grpc/grpc-java/issues/4513#issuecomment-392863227 , if you use `NettyServerBuilder` directly you could still use higher version releases.

@abhishekamit Internally you can use gRPC over [Parcelable](https://developer.android.com/reference/android/os/Parcelable) / Binder, see **go/grpc-parcelables** and **go/grpc-binderchannel** (You might need to request for access). That feature might be available sooner than that of...

@gnarea Netty Server on Android is possible but grpc-team don't officially support it. You can discuss it with community in https://groups.google.com/forum/#!forum/grpc-io and StackOverflow. >we've narrowed it down to Netty requiring...

It's unspecified, so it is up to the particular loadbalancer's implementation.

The name resolver implementation should avoid unnecessary calls to `Listener#onResult()` if nothing is changed from resolver's perspective. The name resolver should not assume that the listener implementation will do a...