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


   > > what's the logic of this,Will a token be generated every time the 
apisix-java-plugin-runner is accessed, or will a token be shared when certain 
conditions are met (for example, one token is shared for the same IP access)
   > 
   > In short, the token is generated in two cases:
   > 
   > 1. Before APISIX sends the `HttpRequest` for the first time
   > 2. When the token cache expires in APISIX
   
   Will expired tokens still exist in Cache<token,A6Config>  Or the token is 
deleted after it has expired, and the Cache has only one token
   【那过期的token还会存在于Cache<token,A6Config>中吗?或者是过期了就被删除,Cache中的token只有一个】


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