nacos
nacos copied to clipboard
support grpc port with custom property in client construct phase
when one program use different nacos client connect to different nacos server, only use grpc port offset property in System not satisfied our need.
want to support use custom property when we construct client. for example:
properties.put("grpc.port.offset", "1001")
NacosFactory.createConfigService(properties);
Great suggest, and I think can do more configuration about grpc with GrpcClientConfig
Great suggest, and I think can do more configuration about grpc with
GrpcClientConfig
thanks for accept and reply.
respect !