You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/12/01 07:26:58 UTC

[GitHub] [apisix] comedown opened a new issue #2909: request help: balancer阶段的插件在什么时候执行

comedown opened a new issue #2909:
URL: https://github.com/apache/apisix/issues/2909


   ### Issue description
   我在example-plugin下面加了balancer方法,但是没有执行
   
   function _M.balancer(conf, ctx)
       core.log.info("plugin balancer phase, conf: ", core.json.encode(conf))
       core.log.info(" ctx: ", core.json.encode(ctx, true))
   end
   
   ### Environment
   
   * apisix version (cmd: `apisix version`):2.0
   * OS: MacOS 10.15.7
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on issue #2909: request help: balancer阶段的插件在什么时候执行

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #2909:
URL: https://github.com/apache/apisix/issues/2909#issuecomment-736289145


   Balancer phase is not supported yet.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander closed issue #2909: request help: balancer阶段的插件在什么时候执行

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #2909:
URL: https://github.com/apache/apisix/issues/2909


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org