incubator-seata-go
incubator-seata-go copied to clipboard
Nacos feature branch
What this PR does:
This pull request integrates the Nacos registry center into the Seata-Go project. The integration includes the following functionalities:
- Service Registration: Allows services to be registered with Nacos.
- Service Deregistration: Handles service deregistration from Nacos.
- Service Lookup: Facilitates querying for registered services.
- Service Subscription: Enables subscription to service updates.
Which issue(s) this PR fixes: Fixes # (insert issue number or link)
Special notes for your reviewer: The integration has been tested and confirmed to work for registration, deregistration, lookup, and subscription functionalities. However, I am currently unsure about the best approach to obtain and provide the local IP address and port of the Seata-Go instance for registration with Nacos. Your guidance on how to fetch and use this information would be greatly appreciated.
Does this PR introduce a user-facing change?: No.
NONE