grpc-java/netty
zpencer b1d91b9f60
core,services: binary log should use real peer socket and call id (#4266)
The peer socket is read from TRANSPORT_ATTR_REMOTE_ADDR from the
stream attributes. We only log the peer on receive initial metadata.

The call id assumes census is available. The call ID read from the
context via SERVER_CALL_ID_CONTEXT_KEY on server side, and read from
CallOptions via CLIENT_CALL_ID_CALLOPTION_KEY on client side. The
value is copied from CONTEXT_SPAN_KEY which is set by census.

Pass around CallId with two longs, not a byte[].
2018-04-03 13:39:11 -07:00
..
shaded core,netty,okhttp,alts,inprocess: deprecate usePlaintext(boolean) 2018-02-28 08:53:14 -08:00
src core,services: binary log should use real peer socket and call id (#4266) 2018-04-03 13:39:11 -07:00
BUILD.bazel Also fix bazel name of io.netty:netty-transport 2017-08-23 15:48:08 -07:00
build.gradle netty: Add support for Conscrypt 2018-03-23 10:05:45 -07:00