Rdebu commented on issue #59:
URL: 
https://github.com/apache/apisix-java-plugin-runner/issues/59#issuecomment-903075418


   > > it is only in Guava Cache
   > 
   > It is only managed by Guava Cache.
   
   I get the token, and hence the Cache<token, A6Conf> in A6ConfigHandler, and 
the PluginFilterChain object in A6Conf.  To get the List<PluginFilter> in the 
PluginFilterChain object;  In addition, I can modify the Map<String, 
PluginFilter> in A6ConfigHandler.  However, I overwrite the corresponding 
Filter in the List<PluginFilter> and Map<String, PluginFilter> with my Filter 
object, but I still can't get my Filter to Apisix.  What happens when I make 
sure my filter is in the List<PluginFilter> and the Map<String, PluginFilter>  
   【我获取到了token,也因此获取到了A6ConfigHandler中的Cache<token, 
A6Conf>对应的A6Conf,也获取到了a6Conf中的PluginFilterChain对象,从而获取到了PluginFilterChain对象中的List<PluginFilter>;另外A6ConfigHandler中的Map<String,
 PluginFilter>我也能修改了。但是我将自己的Filter对象去覆盖List<PluginFilter>与Map<String, 
PluginFilter>中对应的filter,依然不能够让apisix获取到我自己的filter,我确定自己的filter已经放入List<PluginFilter>与Map<String,
 PluginFilter>中,这种是什么情况】
   


-- 
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]


Reply via email to