Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Components NameComponents Repository nameMaven Group IDComponents Description
apigatewaymsb/apigatewayorg.onap.msb.apigatewayService 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.
discoverymsb/discoveryorg.onap.msb.discoveryProvides 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.
java-sdkmsb/java-sdkorg.onap.msb.java-sdkProvides a JAVA SDK for rapid microservices development, including service registration, service discovery, request routing, load balancing, retry, etc.
swagger-sdkmsb/swagger-sdkorg.onap.msb.swagger-sdkSwagger 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.
servicemesh-meshsidecarmsb/service-meshorg.onap.msb.service-meshMesh sidecar is a transparent proxy which handles the communication between ONAP microservices. The inter-communication between microservices can become very complex because there are multiple instances for a service to provide high-availability and scalability. Usually, these instances are randomly scattered in different locations, which adds more difficulty to service discovery. The reliability of RPC is another issue needed to be considered. Mesh sidecar handles all these communication details for microservies transparently. So the microservice can focus its own business logic.

...