Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the usage scenario of this tool? #32

Open
yzhao1012 opened this issue Jun 4, 2019 · 1 comment
Open

What's the usage scenario of this tool? #32

yzhao1012 opened this issue Jun 4, 2019 · 1 comment

Comments

@yzhao1012
Copy link

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?
@qiwzhang
Copy link
Member

qiwzhang commented Jun 4, 2019

This lib doesn't work on the IP packets. It only works on L7 layer: Http body for JSON and gRPC data frames.

You can look its usage here:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants