[incubator-apisix] branch master updated: bugfix: reloaded the etcd configuation data if the index (#871)

2019-11-28 Thread wenming
This is an automated email from the ASF dual-hosted git repository. wenming pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git The following commit(s) were added to refs/heads/master by this push: new 863aef7 bugfix: reloaded the etcd co

[GitHub] [incubator-apisix] moonming merged pull request #871: bugfix: reloaded the etcd configuation data if the index

2019-11-28 Thread GitBox
moonming merged pull request #871: bugfix: reloaded the etcd configuation data if the index URL: https://github.com/apache/incubator-apisix/pull/871 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-apisix] moonming closed issue #869: bug: Lua variable status may be inconsistent with etcd

2019-11-28 Thread GitBox
moonming closed issue #869: bug: Lua variable status may be inconsistent with etcd URL: https://github.com/apache/incubator-apisix/issues/869 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [incubator-apisix] moonming commented on issue #807: feature: support to specify TTL for route。

2019-11-28 Thread GitBox
moonming commented on issue #807: feature: support to specify TTL for route。 URL: https://github.com/apache/incubator-apisix/pull/807#issuecomment-559643589 need to add doc. This is an automated message from the Apache Git Ser

[GitHub] [incubator-apisix] moonming opened a new issue #918: add configure for the development mode in config.yaml

2019-11-28 Thread GitBox
moonming opened a new issue #918: add configure for the development mode in config.yaml URL: https://github.com/apache/incubator-apisix/issues/918 Now the way to enable development mode is using `make`, and the number of processes will be modified to 1. It will be better to let the

[GitHub] [incubator-apisix-dashboard] WillemJiang commented on issue #73: Update License Header

2019-11-28 Thread GitBox
WillemJiang commented on issue #73: Update License Header URL: https://github.com/apache/incubator-apisix-dashboard/pull/73#issuecomment-559631960 @moonming I think it should be fine. This is an automated message from the Apa

[GitHub] [incubator-apisix] chnliyong commented on a change in pull request #917: Feature/config enhanced

2019-11-28 Thread GitBox
chnliyong commented on a change in pull request #917: Feature/config enhanced URL: https://github.com/apache/incubator-apisix/pull/917#discussion_r351953112 ## File path: Makefile ## @@ -92,36 +92,41 @@ init: default .PHONY: run run: default mkdir -p logs +

[incubator-apisix] branch master updated: doc: how to enable mqtt-proxy plugin. (#916)

2019-11-28 Thread wenming
This is an automated email from the ASF dual-hosted git repository. wenming pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git The following commit(s) were added to refs/heads/master by this push: new 4eaf3ca doc: how to enable mqtt-prox

[GitHub] [incubator-apisix] moonming merged pull request #916: doc(mqtt-proxy): how to enable.

2019-11-28 Thread GitBox
moonming merged pull request #916: doc(mqtt-proxy): how to enable. URL: https://github.com/apache/incubator-apisix/pull/916 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-apisix] moonming commented on a change in pull request #917: Feature/config enhanced

2019-11-28 Thread GitBox
moonming commented on a change in pull request #917: Feature/config enhanced URL: https://github.com/apache/incubator-apisix/pull/917#discussion_r351950524 ## File path: Makefile ## @@ -92,36 +92,41 @@ init: default .PHONY: run run: default mkdir -p logs + m

[GitHub] [incubator-apisix] moonming commented on issue #899: bug: mqtt proxy plugin can not work

2019-11-28 Thread GitBox
moonming commented on issue #899: bug: mqtt proxy plugin can not work URL: https://github.com/apache/incubator-apisix/issues/899#issuecomment-559626538 > the nginx will response HTTP 400, it is an invalid HTTP request. I mean throw error meg when call admin API.

[GitHub] [incubator-apisix] chnliyong commented on a change in pull request #917: Feature/config enhanced

2019-11-28 Thread GitBox
chnliyong commented on a change in pull request #917: Feature/config enhanced URL: https://github.com/apache/incubator-apisix/pull/917#discussion_r351866477 ## File path: Makefile ## @@ -56,7 +56,7 @@ else endif -### utils:Installation tools +### utils:

[GitHub] [incubator-apisix] membphis commented on a change in pull request #917: Feature/config enhanced

2019-11-28 Thread GitBox
membphis commented on a change in pull request #917: Feature/config enhanced URL: https://github.com/apache/incubator-apisix/pull/917#discussion_r351852999 ## File path: Makefile ## @@ -56,7 +56,7 @@ else endif -### utils:Installation tools +### utils:

[GitHub] [incubator-apisix] membphis commented on a change in pull request #917: Feature/config enhanced

2019-11-28 Thread GitBox
membphis commented on a change in pull request #917: Feature/config enhanced URL: https://github.com/apache/incubator-apisix/pull/917#discussion_r351850635 ## File path: conf/nginx/nginx.conf ## @@ -17,9 +17,10 @@ master_process on; worker_processes 1; +worker_cpu_affin

[GitHub] [incubator-apisix] membphis commented on a change in pull request #917: Feature/config enhanced

2019-11-28 Thread GitBox
membphis commented on a change in pull request #917: Feature/config enhanced URL: https://github.com/apache/incubator-apisix/pull/917#discussion_r351850973 ## File path: conf/nginx/nginx.conf ## @@ -65,14 +66,24 @@ http { log_format main '$remote_addr - $remote_user

[GitHub] [incubator-apisix] membphis commented on a change in pull request #917: Feature/config enhanced

2019-11-28 Thread GitBox
membphis commented on a change in pull request #917: Feature/config enhanced URL: https://github.com/apache/incubator-apisix/pull/917#discussion_r351850866 ## File path: conf/nginx/nginx.conf ## @@ -17,9 +17,10 @@ master_process on; worker_processes 1; +worker_cpu_affin

[GitHub] [incubator-apisix] chnliyong opened a new pull request #917: Feature/config enhanced

2019-11-28 Thread GitBox
chnliyong opened a new pull request #917: Feature/config enhanced URL: https://github.com/apache/incubator-apisix/pull/917 NOTE: Please read the Contributing.md guidelines before submitting your patch: https://github.com/apache/incubator-apisix/blob/master/Contributing.md#how-to-add

[GitHub] [incubator-apisix] membphis opened a new pull request #916: doc(mqtt-proxy): how to enable.

2019-11-28 Thread GitBox
membphis opened a new pull request #916: doc(mqtt-proxy): how to enable. URL: https://github.com/apache/incubator-apisix/pull/916 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-apisix] membphis commented on issue #899: bug: mqtt proxy plugin can not work

2019-11-28 Thread GitBox
membphis commented on issue #899: bug: mqtt proxy plugin can not work URL: https://github.com/apache/incubator-apisix/issues/899#issuecomment-559486324 the nginx will response HTTP 400, it is an invalid HTTP request. This is

[GitHub] [incubator-apisix] moonming commented on issue #899: bug: mqtt proxy plugin can not work

2019-11-28 Thread GitBox
moonming commented on issue #899: bug: mqtt proxy plugin can not work URL: https://github.com/apache/incubator-apisix/issues/899#issuecomment-559473952 we should throw error msg when use mqtt plugin without enable `stream_proxy`.

[GitHub] [incubator-apisix] zhijianfree commented on issue #899: bug: mqtt proxy plugin can not work

2019-11-28 Thread GitBox
zhijianfree commented on issue #899: bug: mqtt proxy plugin can not work URL: https://github.com/apache/incubator-apisix/issues/899#issuecomment-559466243 > @zhijianfree You need to enable `stream_proxy` and listen on a TCP port, I'll add more doc later. > > https://github.com/apac

[GitHub] [incubator-apisix] membphis commented on issue #899: bug: mqtt proxy plugin can not work

2019-11-28 Thread GitBox
membphis commented on issue #899: bug: mqtt proxy plugin can not work URL: https://github.com/apache/incubator-apisix/issues/899#issuecomment-559428319 @zhijianfree You need to enable `stream_proxy` and listen on a TCP port, I'll add more doc later. https://github.com/apache/incub

[GitHub] [incubator-apisix] zhijianfree edited a comment on issue #899: bug: mqtt proxy plugin can not work

2019-11-28 Thread GitBox
zhijianfree edited a comment on issue #899: bug: mqtt proxy plugin can not work URL: https://github.com/apache/incubator-apisix/issues/899#issuecomment-559425138 you means when i want to proxy mqtt, i need open " stream_proxy "? this is my config.yml: ![image](https://use

[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] zhijianfree edited a comment on issue #899: bug: mqtt proxy plugin can not work

2019-11-28 Thread GitBox
zhijianfree edited a comment on issue #899: bug: mqtt proxy plugin can not work URL: https://github.com/apache/incubator-apisix/issues/899#issuecomment-559425138 you means when i want to proxy mqtt, i need open socket port? this is my config.yml: ![image](https://user-imag

[GitHub] [incubator-apisix] zhijianfree commented on issue #899: bug: mqtt proxy plugin can not work

2019-11-28 Thread GitBox
zhijianfree commented on issue #899: bug: mqtt proxy plugin can not work URL: https://github.com/apache/incubator-apisix/issues/899#issuecomment-559425138 you means when i want to proxy mqtt, i need open socket port? this is my config.yml:

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

2019-11-28 Thread GitBox
membphis edited a comment 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? ``` "vars": [ {"arg_id", "%", "7", "<=",

[GitHub] [incubator-apisix] membphis commented on a change in pull request #871: bugfix: reloaded the etcd configuation data if the index

2019-11-28 Thread GitBox
membphis commented on a change in pull request #871: bugfix: reloaded the etcd configuation data if the index URL: https://github.com/apache/incubator-apisix/pull/871#discussion_r351664154 ## File path: lua/apisix/core/config_etcd.lua ## @@ -194,9 +210,13 @@ local function

[GitHub] [incubator-apisix] moonming closed issue #854: request help: how to allow APISIX config more Nginx-built-in directives?

2019-11-28 Thread GitBox
moonming closed issue #854: request help: how to allow APISIX config more Nginx-built-in directives? URL: https://github.com/apache/incubator-apisix/issues/854 This is an automated message from the Apache Git Service. To res

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

2019-11-28 Thread GitBox
moonming 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-559396339 I think we should write this into doc. This is

[GitHub] [incubator-apisix] moonming merged pull request #915: Update README_CN.md

2019-11-28 Thread GitBox
moonming merged pull request #915: Update README_CN.md URL: https://github.com/apache/incubator-apisix/pull/915 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[incubator-apisix] branch master updated (b230961 -> 57023a1)

2019-11-28 Thread wenming
This is an automated email from the ASF dual-hosted git repository. wenming pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git. from b230961 plugin(grpc-transcode): support new options for `protocol buffer` encoding. (#846) add 5702

[GitHub] [incubator-apisix] moonming commented on issue #915: Update README_CN.md

2019-11-28 Thread GitBox
moonming commented on issue #915: Update README_CN.md URL: https://github.com/apache/incubator-apisix/pull/915#issuecomment-559394257 nice catch ,thx This is an automated message from the Apache Git Service. To respond to the