Skip to content

Rpc grpc #1576

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Rpc grpc #1576

wants to merge 8 commits into from

Conversation

webbdays
Copy link

@webbdays webbdays commented May 1, 2025

/fixes #1201

Grpc integeration:

  1. proto to wit converter, build with dynamic linking concept
  2. dynamic stub/handler - rust code - which handles dynamic rpc reqs.
  3. support all rpc types : unary, client streaming, server streaming, Bi-directional Streaming(full duplex)
  4. integration test to test the functionality. (server streaming example)
  5. pending: enum handling, assessing the requirement for durability: (grpc api's are in not assumed to idempotent, need to check more on this)

Thanks for reading.
Kunam Balaram Reddy

@webbdays webbdays marked this pull request as ready for review May 1, 2025 22:44
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

Successfully merging this pull request may close these issues.

gRPC and OpenAPI Integration
1 participant