PBJ GRPC server and client need to expose an API for applications to access GRPC headers and be able to add custom headers. This way the applications would be able to exchange various meta information (e.g. for traceability purposes) along with the actual data in GRPC requests/replies.
This epic covers:
- The design of the API
- The implementation on the client side
- The implementation on the server side
PBJ GRPC server and client need to expose an API for applications to access GRPC headers and be able to add custom headers. This way the applications would be able to exchange various meta information (e.g. for traceability purposes) along with the actual data in GRPC requests/replies.
This epic covers: