zebra icon indicating copy to clipboard operation
zebra copied to clipboard

Support JSON-encoded request/response data from gRPC server

Open arya2 opened this issue 6 months ago • 0 comments

Motivation

We want to support JSON-encoded request/response data in the new gRPC server.

This will be more important if we choose to migrate existing JSON RPC methods in zebra-rpc to a gRPC server.

Possible Design

See the json-codec example code:

  • https://github.com/hyperium/tonic/blob/master/examples/build.rs#L44
  • https://github.com/hyperium/tonic/tree/master/examples/src/json-codec

arya2 avatar Feb 07 '24 01:02 arya2