It's possible to enable reflection in an async C++ server. But it will turn the server into a hybrid server (sync + async). You can enable reflection by linking the libgrpc++_reflection library, as described in https://github.com/grpc/grpc/blob/master/doc/server_reflection_tutorial.md
On Wednesday, August 9, 2017 at 7:52:41 AM UTC-7, [email protected] wrote: > > Hi, > > Is reflection possible in C++ async server? > I'd assume we need to change our CompletionQueue tags to support answering > the requests? > > Best, > > > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/9a735259-e8d2-4118-a644-fba576d50d08%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
