Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Apr 13, 2023
1 parent 9ce6621 commit 88b1810
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@

/** Tools for creating RocketMq topic and group. */
public class RocketMqAdminUtil {
private static final long GET_ALL_GROUP = 3000L;


public static String createUniqInstance(String prefix) {
return prefix.concat("-").concat(UUID.randomUUID().toString());
}
Expand Down

0 comments on commit 88b1810

Please sign in to comment.