Fixed heath check error with Nacos by standalone
This commit is contained in:
parent
c14ee9ca04
commit
26f2cba100
@ -43,6 +43,7 @@
|
|||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>nacos-naming</artifactId>
|
<artifactId>nacos-naming</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${project.groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>nacos-istio</artifactId>
|
<artifactId>nacos-istio</artifactId>
|
||||||
|
@ -423,7 +423,6 @@ public class ServiceManager implements RecordListener<Service> {
|
|||||||
|
|
||||||
public void addOrReplaceService(Service service) throws NacosException {
|
public void addOrReplaceService(Service service) throws NacosException {
|
||||||
consistencyService.put(KeyBuilder.buildServiceMetaKey(service.getNamespaceId(), service.getName()), service);
|
consistencyService.put(KeyBuilder.buildServiceMetaKey(service.getNamespaceId(), service.getName()), service);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void createEmptyService(String namespaceId, String serviceName, boolean local) throws NacosException {
|
public void createEmptyService(String namespaceId, String serviceName, boolean local) throws NacosException {
|
||||||
|
Loading…
Reference in New Issue
Block a user