Skip to content

Add util functions to initialize and generate grpc options

Marcos Huck requested to merge feature/grpc_options into feature/telemetry

Related tasks

  • Telemetry
  • Milestone 1.5

Context

In order to easily initialize and manage gRPC server options, we should have some util functions to reduce the code duplication across different packages.

Change

This MR adds a set of functions to initialize and manage gRPC server options using a set of base stream and unary interceptors and allowing the developer to append more interceptors if needed.

Other information

Additional documentation

Edited by Marcos Huck

Merge request reports

Loading