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
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
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
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
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
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
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
+
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
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
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
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.
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:
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:
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
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
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
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
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
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
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`.
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
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
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
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.
---
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
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:
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", "<=",
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
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
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
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
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
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
33 matches
Mail list logo