Skip to content

Commit

Permalink
for #3666 for delete lmq topic comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tianliuliu committed Jan 12, 2022
1 parent 4b80706 commit 3513c4d
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,11 @@ QueryMessageResult queryMessage(final String topic, final String key, final int

/**
* Clean unused lmq topic.
*
* @param topic valid topic
* When calling to clean up the lmq topic,
* the lmq topic cannot be used to write messages at the same time,
* otherwise the messages of the cleaning lmq topic may be lost,
* please call this method with caution
* @param topic lmq topic
*/
void cleanUnusedLmqTopic(String topic);
}

0 comments on commit 3513c4d

Please sign in to comment.