Skip to content

Commit

Permalink
Adding proper subscriber deletion on connector delete
Browse files Browse the repository at this point in the history
  • Loading branch information
switschel committed Sep 10, 2024
1 parent ddcdd47 commit 40b0900
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ public ResponseEntity<String> deleteConnectionConfiguration(@PathVariable String
.body("Can't delete an enabled connector! Disable connector first.");
connectorConfigurationComponent.deleteConnectorConfiguration(ident);
mappingComponent.removeConnectorFromDeploymentMap(tenant, ident);
bootstrapService.shutdownAndRemoveConnector(tenant, ident);
// NOTE this block was disabled since a disabled connector is not registered in
// connectorRegistry

Expand Down

0 comments on commit 40b0900

Please sign in to comment.