Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 826 Bytes

TODO.md

File metadata and controls

10 lines (5 loc) · 826 Bytes
  • Add utility functions that can chain multiple interceptors. The plan in to make something similar to this function for the client-side and this function on the server-side.

  • Move interceptor code into the gRPC repository.

  • Add coverage for the interceptor code into gRPC’s unit testing framework. The tests will need to fit somewhere in here.

  • Move the tracer interceptor code into the grpc-ecosystem repository.

  • Add test coverage for the tracer interceptors.