nacos icon indicating copy to clipboard operation
nacos copied to clipboard

support grpc port with custom property in client construct phase

Open hmleo opened this issue 1 year ago • 2 comments

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);

hmleo avatar May 07 '24 10:05 hmleo

Great suggest, and I think can do more configuration about grpc with GrpcClientConfig

KomachiSion avatar May 10 '24 05:05 KomachiSion

Great suggest, and I think can do more configuration about grpc with GrpcClientConfig

thanks for accept and reply.

respect !

hmleo avatar May 10 '24 06:05 hmleo