Skip to content
Snippets Groups Projects
Commit 10470640 authored by michelle's avatar michelle
Browse files

Merge branch '1.5.1' into develop

parents f749d3f5 fb940e4e
No related branches found
No related tags found
No related merge requests found
......@@ -632,7 +632,7 @@ func (icn *InstanceChangeNotify) Notify(event observer.Event) {
if se, ok := event.(*registry.ServiceInstancesChangedEvent); ok {
sdr := icn.serviceDiscoveryRegistry
sdr.subscribe(sdr.url, icn.notify, se.ServiceName, se.Instances)
sdr.subscribe(sdr.url.SubURL, icn.notify, se.ServiceName, se.Instances)
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment