0

In my spring application, I have support for dynamic paths using RequestMappingHandlerMapping.registerMapping like the solution suggested in this post.

This works when there is only one host serving all requests. But when there are multiple hosts in cluster serving the requests, the dynamic request mapping added to one host is not available in other hosts.

What is best solution to make this dynamic request mapping work on multiple hosts?

Raja
  • 1,317
  • 3
  • 16
  • 22

0 Answers0