clee01 opened a new issue, #2838:
URL: https://github.com/apache/brpc/issues/2838

   ```
   // code snippets
   brpc::NamingServiceExtension()->RegisterOrDie("zk", &zk_ns_);
     if (channel_.Init("zk://127.0.0.1/service-name", load_balancer.c_str(), 
&options) != 0) {
       SLOG_ERROR("", "RiskControl", "Client Init failed", 0, 0);
     }
     
   int ZookeeperNamingService::RunNamingService(const char* service_name,
                                                NamingServiceActions* actions)
   ```
   这里面的service_name是"/127.0.0.1/service-name"还是"/service-name"?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to