All Products
Search
Document Center

Microservices Engine:Microservices Registry

Last Updated:Jan 17, 2025

This topic introduces practical tutorials for Microservices Registry of Microservices Engine (MSE), which cover the migration of registries and configuration centers, application development, and interconnection between on-premises and cloud applications.

Tutorial overview

Application migration

  • An open source registry may be subject to known issues and limitations. You can migrate your self-managed open source registry to an MSE Nacos registry. For more information, see Registry migration.

  • An open source configuration center usually supports failover only for single points of failure (SPOFs). If a failure occurs, this limitation may affect the overall operation of the system. MSE Nacos offers a distributed architecture that enables distributed failover, enhancing system reliability. You can migrate your self-managed open source configuration center to an MSE Nacos configuration center. For more information, see Configuration center migration.

Application development

If your project needs to integrate MSE Nacos as a registry and configuration center, you can find detailed instructions in Application development tutorials.