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

gRPC #4

Open
Eriner opened this issue May 24, 2020 · 1 comment
Open

gRPC #4

Eriner opened this issue May 24, 2020 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@Eriner
Copy link
Contributor

Eriner commented May 24, 2020

Feature Description

Tap gRPC Services.

To be useful, this needs to provide a proxy flow list and the ability to replay individual requests.
As far as I know, this tool doesn't exist. There is grpcurl,
but this doesn't provide proxy flow-through.

Proposed Solution

I was originally going to use this proxy library here, by @mwitkow, but that library doesn't really solve the use case of needing to define custom handlers.

Instead I may make my own tool, as the correct solution here is to convert gRPC to JSON and present an API for interception and modification. I can create a shitty web UI on my own, but down the road help will be much appreciated in this regard.

@Eriner Eriner added the feature New feature or request label May 24, 2020
@Eriner Eriner self-assigned this May 24, 2020
@petemounce
Copy link

There are some options from https://awesomeopensource.com/project/grpc-ecosystem/awesome-grpc#tools that might fit, here.

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

No branches or pull requests

2 participants