WangzJi commented on code in PR #8020:
URL: https://github.com/apache/incubator-seata/pull/8020#discussion_r2973179418
##########
core/src/main/java/org/apache/seata/core/protocol/Version.java:
##########
@@ -96,6 +102,22 @@ public static boolean isAboveOrEqualVersion230(String
version) {
return isAboveOrEqualVersion(version, VERSION_2_3_0);
}
+ public static boolean isAboveOrEqualVersion260(String version) {
Review Comment:
The server version cache has been moved to NettyClientChannelManager.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]