Open
Description
Hello.
The /actuactor/gateway/refresh
endpoint refresh the cache after retrieving all the route definitions.
If you want to refresh only one route, there is an unnecessary cost.
Is it possible to support an endpoint that can refresh only one route?
for example)
POST
/actuactor/gateway/routes/{route-id}/refresh
Or is there another way?