grpc-ecosystem / grpc-ecosystem/grpc-httpjson-transcoding

What's the usage scenario of this tool?

Open
#32 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
178
Forks
39
PR merge metrics
No merged PRs in 30d

Description

Hi All,

As title suggested, I am wondering if this package can do the following:
- Capture a stream of gRPC request and response through network packet capturing (assuming that the captured packets are purely from one gRPC connection between one server and one client).
- Feed the stream into this trans-coder. Would this trans-coder actually produces the corresponding json request and response directly?
- Or I need to extract the protocol buffer binary stream out of the gRPC stream and feed to this transcoder, which means that this transcoder does not handle the protocol metadata in gRPC?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.