SpringCloud / spring-cloud-code

🔥《重新定义Spring Cloud实战》实体书对应源码,欢迎大家Star点赞收藏

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

删除route的代码无效

Caelebs opened this issue · comments

this.routeDefinitionWriter.delete(Mono.just(id));
这一步跟断点的时候走到的InMemoryRouteDefinitionRepository类里面的删除方法,
但是代码似乎不执行一样,
方法走完了之后请求actuator/gateway/routes发现路由规则仍然存在

ch18-7-gateway这个工程