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

[feature]: Streaming RPC support for gRPC calls #1782

Open
1 task done
aerowisca opened this issue Apr 5, 2024 · 0 comments · May be fixed by #1783
Open
1 task done

[feature]: Streaming RPC support for gRPC calls #1782

aerowisca opened this issue Apr 5, 2024 · 0 comments · May be fixed by #1783
Labels
Enhancement New feature or request keploy

Comments

@aerowisca
Copy link
Contributor

Is there an existing feature request for this?

  • I have searched the existing issues

Summary

There are two life cycles of RPC call i.e. Unary RPC and Streaming RPC .
gRPC supports unary RPC and three types of streaming RPC :

  1. Client Side Streaming 2. Server Side Streaming 3. Bidirectional Streaming
    The gRPC parser is considered complete only when it supports both unary and streaming RPC calls.

Why should this be worked on?

As for now , only the unary RPC feature had been implemented in the gRPC parser of keploy's integrations .
But as unary RPC are not the ideal case everywhere so the streaming RPCs should also be supported to make gRPC parser feature-rich.

Repository

keploy

@aerowisca aerowisca added the Enhancement New feature or request label Apr 5, 2024
@github-actions github-actions bot added the keploy label Apr 5, 2024
@aerowisca aerowisca linked a pull request May 8, 2024 that will close this issue
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request keploy
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant