GFlisch / Arc4u.Guidance.Doc

Other
5 stars 1 forks source link

Yarp #10

Open GFlisch opened 1 year ago

GFlisch commented 1 year ago

One route by service and not by controller.

GFlisch commented 1 year ago

Increase the size by adding a route for each controller.

The proposed it to have one default route by service

  "core": {
    "ClusterId": "core",
    "Match": {
      "Path": "/core/{**remainder}"
    },
    "Transforms": [
      {
        "PathPattern": "/{**remainder}"
      }
    ]
  }

Up to the developer to add one in case of CQRS for example.