SAE supports various service registration and discovery registries, including the following:
Use an MSE Nacos registry: If you do not want to build your own service registry but require high performance, extensibility, and high availability, you can use an MSE Nacos registry. It also supports the Nacos configuration management feature.
Self-managed registry: If you have an existing self-managed service registry (such as Nacos, Zookeeper, etc.) that meets your needs, you can continue using it after deploying your application to SAE. Ensure that the application and the registry have network connectivity, and manually configure the registry address in your program.
Use the SAE built-in Nacos registry: If you do not want to build a service registry, you can use the SAE built-in Nacos registry to quickly deploy applications and validate your solution. This registry is for test environments only. Do not use it in production environments. The SAE built-in registry does not support the Nacos configuration management feature. You can only manage configurations using Application Configuration Management (ACM).