Skip to content

Commit

Permalink
[INLONG-9755][Sort] fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
haibo-duan committed Mar 15, 2024
1 parent edc58b5 commit 9fc2a31
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public ConsumeConfig queryCurrentConsumeConfig(String sortTaskId) {
topic.setInLongCluster(cacheZoneCluster);
topic.setTopic(topicInfo.getTopic());
topic.setTopicType(cacheZone.getZoneType());
topic.setProperties(topicInfo.getTopicProperties());
topics.add(topic);
}
}
Expand Down

0 comments on commit 9fc2a31

Please sign in to comment.