Skip to content

[C++] Support gRPC CallbackServiceΒ #8596

Open
@mattygiedt

Description

@mattygiedt

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions