upgrade seata 1.5.2 to 2.4 #7573
-
Is it possible to perform a smooth upgrade from Seata version 1.5.2 to version 2.4? Will the client using 1.5.2 be compatible with the server using 2.4? What should I pay attention to when upgrading? |
Beta Was this translation helpful? Give feedback.
Answered by
funky-eyes
Aug 6, 2025
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are using the @LocalTCC annotation, it must still be placed in the implementation class. If @LocalTCC is not used and the provider is Dubbo or SOFA-RPC, the consumer side will bypass the proxy. In this case, only the provider will handle branch registration and the two-phase commit or rollback.