Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support grpc port with custom property in client construct phase #12064

Open
hmleo opened this issue May 7, 2024 · 2 comments
Open

support grpc port with custom property in client construct phase #12064

hmleo opened this issue May 7, 2024 · 2 comments
Labels
area/Client Related to Nacos Client SDK kind/enhancement Category issues or prs related to enhancement.

Comments

@hmleo
Copy link

hmleo commented May 7, 2024

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);
@KomachiSion
Copy link
Collaborator

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

@KomachiSion KomachiSion added area/Client Related to Nacos Client SDK kind/enhancement Category issues or prs related to enhancement. labels May 10, 2024
@hmleo
Copy link
Author

hmleo commented May 10, 2024

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

thanks for accept and reply.

respect !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/Client Related to Nacos Client SDK kind/enhancement Category issues or prs related to enhancement.
Projects
None yet
Development

No branches or pull requests

2 participants