ayue
ayue
We don't need to manage reconnection owerself when using the Nacos client, nacos will deal reconnect itself.  for agent, it is the same, nacos version after 2.2.1(https://github.com/alibaba/nacos/pull/9639), it add...
i will try to fix it, by remove nacos reconnect logic
The number of reconnections for nacos client cannot be configured, unlimited retries. See https://github.com/alibaba/nacos/blob/2.2.1/common/src/main/java/com/alibaba/nacos/common/remote/client/RpcClient.java#L280