grpc-java/services/src
zpencer 0955866d5a
core,services: implement binarylog Client and ServerInterceptor (#4174)
- To make unit tests easier, added the BinaryLogSinkWriter abstract
  class, which allows verifying high level arguments rather than low
  level protobufs.
- remove InputStream based marshaller (IDENTITY_MARSHALLER) in favor
  of byte[] because retries will need to call serialize multiple
  times. This is achieved with a special InputStream that lets us
  access the internal byte[] without copying.
- Change ByteBuffer based internal methods to use byte[]
- Update unit tests to reflect the above
2018-03-23 09:29:24 -07:00
..
generated services: update channelz TLS proto to use RFC names (#4233) 2018-03-16 11:14:35 -07:00
main core,services: implement binarylog Client and ServerInterceptor (#4174) 2018-03-23 09:29:24 -07:00
test core,services: implement binarylog Client and ServerInterceptor (#4174) 2018-03-23 09:29:24 -07:00