How many proxy endpoints can be included in a single proxies

Hello All,

If there are around 100+ proxy endpoint, is it recommended to include all in a single proxy?

If needed to divide into multiple proxies, how we can achieve it as there will be common base path?

Thanks

Solved Solved
0 1 342
1 ACCEPTED SOLUTION

  1. why not? It may get a little unwieldy if you want to redeploy.
  2. distinct proxies can use a common prefix for their unique basepaths

    eg proxy A might listen on /api/A

    while proxy B listens on /api/B

    ....there's still a common basepath, from the point of view of the external consumer.

View solution in original post

1 REPLY 1

  1. why not? It may get a little unwieldy if you want to redeploy.
  2. distinct proxies can use a common prefix for their unique basepaths

    eg proxy A might listen on /api/A

    while proxy B listens on /api/B

    ....there's still a common basepath, from the point of view of the external consumer.