Skip to main content
Version: 2022.0.0.0-RC2

FAQ

1. Spring Cloud Alibaba has several versions, what are the version features, and are they being maintained at the same time?
2. Regarding the selection of component versions, where should I go for reference?
3. Does the community have a roadmap for version construction?
4. Is there a weekly meeting in the community and how to get involved?
5. What is the difference between Spring Cloud Alibaba, Spring Cloud and Spring Cloud Netflix?
6. Are there examples of best practices?
7. Can Spring Cloud Alibaba integrate the new open source gateway Higress?
8. How to become a Community Commiter?
9. Does the community provide relevant learning materials or technical blogs?

Q: 1. Spring Cloud Alibaba has several versions, what are the version features, and is it being maintained at the same time?

A:

Spring Cloud Alibaba currently has three versions actively maintained, namely 2.2.x, 2021.x, 2022.x

The version features are as follows:


Q: 2. Regarding the selection of component versions, where should I go for reference?

A:

  1. Refer to the Github warehouse Wiki: Version Description;

  2. Refer to the Version Release Document on the official website.


Q: 3. Does the community have a roadmap for version construction?

A:

The community has detailed planning and design for the construction of each version. For details, please refer to: Roadmap


Q: 4. Is there a weekly meeting in the community, and how to get involved?

A:

Refer to the Community module.


Q: 5. What is the difference between Spring Cloud Alibaba, Spring Cloud, and Spring Cloud Netflix?

A:

Spring Cloud: A set of common patterns for distributed application development officially provided by Spring can also be understood as a unified abstract programming model for microservice development.

Spring Cloud Netflix: A microservice framework implemented based on the Spring Cloud programming model, which is the earliest microservice framework. In recent years, Netflix has announced that most components are down for maintenance.

Spring Cloud Alibaba: Alibaba provides a microservice framework based on the Spring Cloud programming model. Most of its components use components provided by Ali, which is more suitable for Chinese programmers.


Q: 6. Are there any best practice examples?

A:

See Best Practice


Q: 7. Can Spring Cloud Alibaba integrate the new open source gateway Higress?

A:

Can be integrated, related functions are under planning, see Roadmap for details:


Q: 8. How to become a community Commiter?

A:

  • For community contributions, please refer to Developer Module, which contains related descriptions.

  • A Committer is an individual with write access to the repository, including the following criteria:

    • Individuals who can make continuous contributions to issues and PRs over a long period of time;
    • Made important feature contributions to the community;
    • Participate in community activities such as maintaining the issue list, discussing important features, hosting weekly community meetings, and participating in community weekly meeting sharing;
    • Participated in the Community Quarterly Active Contributor Program at least 1 time;
    • Participate in code review;
    • The Committer is nominated and voted by members of the Steering Committee, and must obtain at least 3 votes to be elected;

Q: 9. Does the community provide relevant learning materials or technical blogs?

A:

  • The community currently has blog module, update some community-related function introductions and explore some cutting-edge technologies;

  • Relevant learning materials are being sorted out and will be released on the official website soon.