Skip to content

Commit

Permalink
[ISSUE #562] add triggerListener when removing connector configs (#585)
Browse files Browse the repository at this point in the history
* #562 add triggerListener

* fix(connect-jms)  deleted .iml file
  • Loading branch information
imaffe authored Jul 27, 2020
1 parent b72ac7b commit 95cc570
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ public void removeConnectorConfig(String connectorName) {
connectorKeyValueStore.put(connectorName, config);
putTaskConfigs(connectorName, taskConfigList);
sendSynchronizeConfig();
triggerListener();
}

@Override
Expand Down

0 comments on commit 95cc570

Please sign in to comment.