Rdebu commented on issue #62: URL: https://github.com/apache/apisix-java-plugin-runner/issues/62#issuecomment-904715039
> You can add or reduce filters in ext-plugin-pre-req.conf, which will control whether requests go through these filters, it is dynamic. > > I don't know what you mean by `modify`? Such as: Scenario 1: Originally AFilter allowed certain rule requests to go through, so we wanted to allow these requests to go through AFilter without stopping the Apisix-java-plugin-Runner or changing the business logic Scene 2: The running Apisix-java-plugin-runner has no BFilter that conforms to the service. In this case, it is necessary to write a new Filter and shut down the apisix-java-plugin-runner and put the Filter into it. Finally run apisix-java-plugin-runner, now we want to add this BFilter without stopping 【就比如: 场景一:原先AFilter是让某些规则的请求通过的,那么我们想在apisix-java-plugin-runner不停机的情况下让这些请求经过AFilter的时候不允许通过或者改变业务逻辑 场景二:正在运行的apisix-java-plugin-runner中没有符合业务的BFilter,此时就需要新写一个Filter并将apisix-java-plugin-runner停机再将Filter放入其中,最后运行apisix-java-plugin-runner,现在我们想不停机增加这个BFilter】 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
