Rdebu commented on issue #59: URL: https://github.com/apache/apisix-java-plugin-runner/issues/59#issuecomment-901621823
> > The 'token' seems to be obtained from response , but response is invoked only when the request is rejected. Is there another way to get a token? > > When the runner receives the A6ConfigRequest from APISIX, it generates the `token`. > > here: > > https://github.com/apache/apisix-java-plugin-runner/blob/df69b2ebd24860d2c9effc5aeaed6d1b7e8a176d/runner-core/src/main/java/org/apache/apisix/plugin/runner/handler/A6HandlerConfiguration.java#L70-L73 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) 【它的逻辑是怎么样的呢,是每次访问到apisix-java-plugin-runner都会生成一个token,还是满足某个条件则共用一个token(比如同一个ip访问则公用一个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]
