-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
BUG: based on grpc, a service can only have one ephemeral instance. #9261
Comments
Due to certain changes in the registration mechanism of Nacos 2.0, the same client can only register one temporary instance for the same service. However, the batch registration feature of temporary instances is supported in 2.1.1. Please use com.alibaba.nacos.client.naming NacosNamingService # batchRegisterInstance Registers Multiple Instances |
@chenhao26-nineteen |
refer #5863 |
yes |
Describe the bug
Based on http, a service can have multiple ephemeral instances.
Based on grpc, a service can only have one ephemeral instance. When different ephemeral instances are registered multiple times in a service, these ephemeral instances will be overwritten. Is this a bug?
Expected behavior
When registering based on grpc, a service can have multiple ephemeral instances.
Actually behavior
When registering based on grpc, the ephemeral instance disappears.
How to Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: