Skip to content

Commit e6c991a

Browse files
feat:support instance detect trigger change listeners. (#614)
1 parent bb80899 commit e6c991a

File tree

1 file changed

+1
-0
lines changed
  • polaris-plugins/polaris-plugins-registry/registry-memory/src/main/java/com/tencent/polaris/plugins/registry/memory

1 file changed

+1
-0
lines changed

polaris-plugins/polaris-plugins-registry/registry-memory/src/main/java/com/tencent/polaris/plugins/registry/memory/InMemoryRegistry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ public void updateInstances(ServiceUpdateRequest request) {
371371
switch (entry.getKey()) {
372372
case InstanceProperty.PROPERTY_DETECT_RESULT:
373373
instanceLocalValue.setDetectResult((DetectResult) entry.getValue());
374+
changed = true;
374375
break;
375376
default:
376377
break;

0 commit comments

Comments
 (0)