Skip to content

[C++] Support gRPC CallbackService #8596

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
mattygiedt opened this issue May 12, 2025 · 0 comments
Open

[C++] Support gRPC CallbackService #8596

mattygiedt opened this issue May 12, 2025 · 0 comments

Comments

@mattygiedt
Copy link

gRPC supports two flavors of asynchronous callbacks -- from their documentation:

https://grpc.io/docs/languages/cpp/callback/

gRPC C++ offers two kinds of APIs: sync APIs and async APIs. More specifically, we have two kinds of async APIs: the old one is completion-queue based; the new one is callback-based, which is easier to use.

Since we want to implement the service using the callback APIs, the service interface we should implement is RouteGuide::CallbackService.

I'm wondering how large of an effort it is to extend flatbuffers gRPC C++ codegen to generate the necessary functions for interacting with the CallbackService implementation?

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

1 participant