Versions Compared

Key

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

...

yufei.zhou@nokia-sbell.com


Mesh 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. Normally, these instances are randomly scattered on different hosts, which adds more difficulty to locate the service. The reliability of RPC is also 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.