Disable service routing
Updated at:
To disable the SOFA service routing feature, set spring.cloud.sofa.router.enabled to false in the application.properties file. This disables all service routing, including custom routing extensions, even if you import the Spring Cloud SOFA Router module.
spring.cloud.sofa.router.enabled=falseIs this page helpful?