We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the LightCluster, it will try to get the service urls by service Id from serviceMap cache
List<URL> urls = serviceMap.get(serviceId);
If it is not existing, go to consulRegistry to do service discovery.
But the discovery result should be set to serviceMap cache.
The text was updated successfully, but these errors were encountered:
fixes #730
fc99050
fixes #730 (#731)
4d18268
3761fc3
set serviceMap for lightCluster after first time service discovery light-4j master
Sorry, something went wrong.
set serviceMap for lightCluster after first time service discovery light-4j 1.6.x
fixes networknt#730 (networknt#731)
54150a9
No branches or pull requests
In the LightCluster, it will try to get the service urls by service Id from serviceMap cache
If it is not existing, go to consulRegistry to do service discovery.
But the discovery result should be set to serviceMap cache.
The text was updated successfully, but these errors were encountered: