Versions Compared

Key

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

...

Spring cloud Gateway provides the library to build the API Gateway for Microservice architecture. In Non-RT-RIC we build the basic API gateway using spring cloud gateway which then exposes 2 Nonrtric functions Policy Management Service & Enrichment Coordinator Service. You can add predicates through code or yaml and in Nonrtric we prefer to use yaml.

Nonrtric gateway code can be found at,

https://gerrit.o-ran-sc.org/r/gitweb?p=portal/nonrtric-controlpanel.git;a=tree;f=nonrtric-gateway;h=b3ecaa3969ff9122d60cf64b70ec1de4d87b0a4e;hb=refs/heads/master

More information on the Spring Cloud Gateway can be found in the documentation page below,

...