linking12

Results 20 comments of linking12

@jinq0123 build error again! ERROR: lua-cpp/5.3.4@jinq0123/testing: Error in build() method, line 31 cmake.configure(source_dir=self.__name) ConanException: Error 32512 while executing cd '/Users/**/.conan/data/lua-cpp/5.3.4/jinq0123/testing/build/3cfade032d90e40671f831047a4b021865f8396f' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_EXPORTED="1" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="9.0" -DCONAN_LIBCXX="libc++"...

@jinq0123 the reason of this error is cmake not installed but have other error _ERROR: gRPC/1.6.6@jinq0123/testing: Error in build() method, line 91 cmake = CMake(self.settings) ConanException: First argument of CMake()...

@jinq0123 ok grpc is pass! but there is many error to build grpc_cb_core 1.grpc_cb_core/0.1/jinq0123/testing/build/baaa3ee8850a76d054ef451cbcf8cd6dcf1d48c3/src/common/impl/noncopyable.h:22:7: error: unknown type name 'constexpr' constexpr noncopyable() = default; 2.grpc_cb_core/0.1/jinq0123/testing/build/baaa3ee8850a76d054ef451cbcf8cd6dcf1d48c3/src/common/impl/noncopyable.h:22:17: error: constructor cannot have a return...

![image](https://user-images.githubusercontent.com/4882172/34238803-ab607854-e63e-11e7-948b-6cb4734b493f.png) @jinq0123 what happen?

![image](https://user-images.githubusercontent.com/4882172/34243730-249ea13c-e65d-11e7-8023-332a5f85d1f0.png) @jinq0123 again?

![image](https://user-images.githubusercontent.com/4882172/34245752-57c99946-e666-11e7-8968-d0ff97be30f5.png) @jinq0123 Is mac os can not build?

@jinq0123 Grpc-lua is a good idea, I think it can support [https://github.com/Kong/kong/issues/413](Kong), Can you provide a linux version?

![image](https://user-images.githubusercontent.com/4882172/34252336-256a82d6-e67e-11e7-9ec2-ce5de4ca1637.png) @jinq0123

Sorry,I give up! There is too many error in Linux. Thanks

GrpcRouteRoundRobinLbFactory.GrpcRoundRobinLoadBalancer 这是从注册中心拿到地址后负载均衡,真正实现选择合适的地址是GrpcRoutePicker,你可以扩展该个类,由Ribbon选择合适的地址返回给grpc