You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gpt机翻英文
After using Nacos as the service registry center, the client encounters an error as described in the title when making a call.
The reasons are as follows:
In the zero-contrib library, the builder subscribes to Nacos service instances. However, due to the existence of the service cache in the Nacos SDK, which acts as a cache, under scenarios where the service remains unchanged, this subscription is unable to receive message pushes from Nacos, thus preventing the handling of the callback, which leads to a timeout,The client manually sets the environment variables to avoid using the cache.