[GitHub] [incubator-apisix] membphis commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it?

2019-11-28 Thread GitBox
membphis commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it? URL: https://github.com/apache/incubator-apisix/issues/841#issuecomment-559426680 > I think we should write this into doc. This is still a todo thing. ---

[GitHub] [incubator-apisix] membphis commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it?

2019-11-27 Thread GitBox
membphis commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it? URL: https://github.com/apache/incubator-apisix/issues/841#issuecomment-559144504 > i like this, but is the support limited? Thi

[GitHub] [incubator-apisix] membphis commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it?

2019-11-14 Thread GitBox
membphis commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it? URL: https://github.com/apache/incubator-apisix/issues/841#issuecomment-554168905 > i think we should implement a rule engine .we can compute by the express. like >, <, mod etc. https://

[GitHub] [incubator-apisix] membphis commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it?

2019-11-12 Thread GitBox
membphis commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it? URL: https://github.com/apache/incubator-apisix/issues/841#issuecomment-552797268 feel happy to help you. This is an automated m

[GitHub] [incubator-apisix] membphis commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it?

2019-11-11 Thread GitBox
membphis commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it? URL: https://github.com/apache/incubator-apisix/issues/841#issuecomment-552736938 Better way: we can support more operator like `mod` for `lua-resty-radixtree`. Here is the operator list

[GitHub] [incubator-apisix] membphis commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it?

2019-11-11 Thread GitBox
membphis commented on issue #841: I'm trying to develop an ab-test plugin, how to implement it? URL: https://github.com/apache/incubator-apisix/issues/841#issuecomment-552736099 You can make a try with this way: ```shell curl -i http://127.0.0.1:9080/apisix/admin/routes/1 -X PUT