Replies: 2 comments 2 replies
-
The default registration type is file, which means direct connection and dynamic service discovery is not used. Generally this mode is used for local debugging. The configuration is as follows:
Are there any other usage scenarios for multicast, and what are its usage limitations? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Seata already supports the file registration center type. You can directly fill in the corresponding service address of the Seata server, so I think the multicast mode is not very necessary. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been learning about seata's registery module recently. Given my previous study of dubbo's registery module, I wonder if seata can also add support for multicast functions like dubbo does. For example, during local testing, multicast functions could be used directly for service discovery, eliminating the need to start any central nodes. This would greatly facilitate small-scale applications and local testing environments. If it's feasible, I'd like to try.
Beta Was this translation helpful? Give feedback.
All reactions