forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close the replicator and replication client when delete cluster. (apa…
…che#11342) ### Motivation Currently, when a cluster has been deleted, the replicator and the replication client will not be closed. The producer of the replicator will try to reconnect to the deleted cluster continuously. We should close and clean up the replicator and the replication client for the deleted cluster. ### Verifying this change A new test was added for verifying the replicator and the replication client will be closed after the cluster is deleted.
- Loading branch information
1 parent
eb4d8aa
commit 8a4147e
Showing
3 changed files
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters