Hi,

Currently, when the ServerBuilder::BuildAndStart is called, it unilaterally 
goes ahead and binds all the plugins. In server_builder.cc, 

for (auto plugin = plugins_.begin(); plugin != plugins_.end(); plugin++) {
    (*plugin)->InitServer(initializer);
  }  

et al.

Is it possible to add an option to control it? 

The use case I have is that I have multiple grpc server in my application 
and while I'd like to enable reflection support for grpc_cli usage, I'd 
like to limit the usage to certain instances. If there is another way to 
achieve this, please let me know. 

Thanks. 

-- 
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/cf38e3fc-8a71-44cc-9d07-7a7524b1aa28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to