0

I want to use my Vertx web app with a Network Load Balancer. However, NLB does not work with path-based routing. I was not able to find solutions online.

Is it possible to get the entire query in Vertx as a string and then call the appropriate handler for NLB?

user782400
  • 1,617
  • 7
  • 30
  • 51

1 Answers1

0

There is a solution in GCP called URL maps that is similar to Path-Based Routing in Amazon. If you want to move specific traffic to a specific server, using url-map you can select what backed service you want to reach for a specific traffic.

Vasilis G.
  • 7,556
  • 4
  • 19
  • 29
Armando
  • 11
  • 2