Search code examples
spring-cloudnetflix-zuul

Spring-Cloud Zuul Ignore/Include Services


Is it possible to have a negative pattern in zuul.ignoredServices ? I want to load-balance the services that only has the name/virtualHostName as "hrerp*".

I can explicitly define these in zuul.routes. Any other possibilities ?


Solution

  • No, negative patterns are not supported yet. Pull requests welcome.