Skip to content

Commit

Permalink
调整设置版本方法setSubVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyouling committed Dec 24, 2024
1 parent 8a0fbe3 commit 35e9b5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public static void resetsSql92SubscriptionData(Object subscriptionData, String s
}
RocketMqReflectUtils.setSubscriptionDatae(subscriptionData, "setSubString",
new Class[]{String.class}, new Object[]{newSubStr});
RocketMqReflectUtils.setSubscriptionDatae(subscriptionData, "setSubString",
RocketMqReflectUtils.setSubscriptionDatae(subscriptionData, "setSubVersion",
new Class[]{Long.class}, new Object[]{System.currentTimeMillis()});
LOGGER.warning(String.format(Locale.ENGLISH, "update [key: %s] SQL92 subscriptionData, originSubStr: "
+ "[%s], newSubStr: [%s]", subscribeScope, originSubData, newSubStr));
Expand Down

0 comments on commit 35e9b5a

Please sign in to comment.