rpcxio / rpcx-gateway

http gateway for rpcx services. Clients in any programming languages can call them
Apache License 2.0
204 stars 40 forks source link

运行'cmd/gateway.go'报错 #7

Closed kidnet closed 6 years ago

kidnet commented 6 years ago

运行 cmd/gateway.go 后报错如下: ./gateway.go:56:10: undefined: client.NewZookeeperDiscoveryTemplate ./gateway.go:58:10: undefined: client.NewEtcdDiscoveryTemplate ./gateway.go:60:10: undefined: client.NewConsulDiscoveryTemplate

smallnest commented 6 years ago

see readme of rpcx and use build tags:

-tags "reuseport quic kcp zookeeper etcd consul ping rudp utp"