Skip to content

Commit

Permalink
[issue apache#221] fix notify retry topic subscribe duplicated.
Browse files Browse the repository at this point in the history
  • Loading branch information
echooymxq committed Jan 12, 2024
1 parent 7b556f9 commit b640acd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private void refresh() throws MQClientException {
Set<String> thisTopicList = new HashSet<>();
for (String topic : tmp) {
try {
if (topic.equals(serviceConf.getClientRetryTopic())) {
if (topic.equals(serviceConf.getEventNotifyRetryTopic())) {
// notify by RetryDriver self
continue;
}
Expand Down

0 comments on commit b640acd

Please sign in to comment.