Project Name: MSB(Microservices Bus)
Project Description:
MSB(Microservices Bus) is an ONAP project that provides key infrastructure functionalities to support ONAP Microservice Architecture(OMSA), which includes:
- Provides RESTFul API for service registration/discovery
- Provides Java SDK for service registration, discovery and inter-services communication
- Provides a transparent service registration proxy with OOM-Kube2MSB
- Provides a transparent service communication proxy which handles service discovery, load balancing, routing, failure handling, and visibility by Internal API Gateway(Current implementation) and Mesh sidecar(WIP)
- Provides an External API Gateway to expose ONAP services to the outside world
- Provides Swagger SDK, which helps to auto-generate the language-specific clients for a given ONAP micro-service and release them into nexus repository.
Project Landing Page:
Project Meeting Minutes:
https://wiki.onap.org/display/DW/MSB+Meeting+Notes
Leadership Resources :
Role | First Name Last Name | Linux Foundation ID | Email Address |
---|---|---|---|
PTL | HuabingZhao | zhaohuabing@gmail.com | |
Committers | HuabingZhao | zhaohuabing@gmail.com | |
Zhaoxing | meng.zhaoxing1@zte.com.cn | ||
wangchengli | wangchengli@chinamobile.com | ||
Former user (Deleted) | kanagaraj.manickam@huawei.com | ||
Project & Release History
The MSB project has been an active ONAP Project since Amsterdam and has participated in ALL releases through Frankfurt.
Use Case Participation
As the microservices infrastructure, MSB project supports all ONAP use cases with no difference, including VCPE, VoLTE, CCVPN, etc.
Bitergia Statistics from the Last 2 Years
Architecture Alignment:
Last Architecture Review was for Frankfurt with the results posted here: ARC MSB Component Description - Frankfurt
Artifact Information:
Components Name | Components Repository name | Maven Group ID | Components Description |
---|---|---|---|
swagger-sdk | msb/swagger-sdk | org.onap.msb.swagger-sdk | Swagger sdk helps to generate swagger.json and java client sdk during the build time, it also helps to provide the swagger.json at the given URI in the run time. |
service-mesh | msb/service-mesh | org.onap.msb.service-mesh | Service mesh (Istio) related source codes, which includes the following:
|
java-sdk | msb/java-sdk | org.onap.msb.java-sdk | Provides a JAVA SDK for rapid microservices development, including service registration, service discovery, request routing, load balancing, retry, etc. |
discovery | msb/discovery | org.onap.msb.discovery | Provides service registration and discovery for ONAP microservices, which leverage Consul and build an abstract layer on top of it to make it agnostic to the registration provider and add the needed extension. |
apigateway | msb/apigateway | org.onap.msb.apigateway | Service API gateway which provides client request routing, client request load balancing, transformation, such as https to http, authentication & authorization for service request with plugin of auth service provider,service request logging,service request rate-limiting,service monitoring,request result cache,solve cross-domain issue for web application and other functionalities with the pluggable architecture capability. |
Other Information:
Presentations:
ONAP Project Developers Event, July 24 - 26, 2017, (Virtual)
ONAP Project Developer Event: September 25 - 28, 2017, Saclay, France