xiaolin

Results 3 issues of xiaolin

**Describe the bug (描述bug)** I use following `channel Init` API to resolve full dns hostname. ```c++ std::string naming_service_url("http://myhost0.local:8002"); const char *load_balancer_name = "random"; brpc::Channel channel; if (0 != channel.Init(naming_service_url.c_str(), load_balancer_name,...

As an implement of Issue https://github.com/baidu/braft/issues/18

Hey, I just run the example, but not work. ```go package main import ( "fmt" "log" "net/http" "github.com/quasoft/memstore" ) func main() { // Create a memory store, providing authentication and...