William Yang
fd785240f5
feat(quic): bump quicer to 0.0.3
2021-06-17 09:03:10 +02:00
William Yang
e34470f9f2
feat(quic): remove unsupported configs.
2021-06-17 09:03:10 +02:00
William Yang
af2faed107
feat(quic): switch to deps on emqx quicer repo
2021-06-17 09:03:10 +02:00
k32
6505340cb8
feat(rlog): Introduce routing RLOG shard
2021-06-16 16:05:10 +02:00
Shawn
56c6cf560a
fix(dialyzer): guard test can never succeed
2021-06-16 16:02:44 +08:00
Shawn
1e14a6086e
fix(dialyzer): invalid type specs
2021-06-16 16:02:44 +08:00
Shawn
134970e7b7
fix(data_bridge): comment out all the connector-config
2021-06-16 16:02:44 +08:00
turtleDeng
0515ef6e45
feat(connector): add more connector ( #4985 )
2021-06-16 11:28:26 +08:00
Shawn
8b0a6d955b
fix(test): ci failed due to existing subscriptions
2021-06-16 11:27:34 +08:00
Shawn
444c721f93
fix(config): change handler name to emqx_data_bridge_config_handler
2021-06-16 11:27:34 +08:00
Shawn
b11afc6997
fix(config): start the top level config handler at emqx bootup
2021-06-16 11:27:34 +08:00
Shawn
378a2b7b9e
feat(config): update config to the sub config handler
2021-06-16 11:27:34 +08:00
Shawn
ccba714cd6
feat(config): add emqx_config_handler
2021-06-16 11:27:34 +08:00
zhanghongtong
4505607c51
chore(tests): update acl mysql test case
2021-06-16 09:42:07 +08:00
zhanghongtong
949e8348fc
chore(connector): ensure alllication start in mysql connector
2021-06-16 09:41:52 +08:00
Zaiming (Stone) Shi
b4305a79eb
Merge pull request #5001 from zmstone/fix-nodetool-add-patha
...
fix(nodetool): add_pathz -> add_patha
2021-06-15 20:07:48 +02:00
William Yang
68844cefd9
feat(quic): update emqx_schema for quic
2021-06-15 15:36:04 +02:00
William Yang
bb6459ba3a
build: add quic dep in app/emqx/rebar.config
2021-06-15 15:36:04 +02:00
William Yang
3200bbb301
fix(build): test with centos branch
2021-06-15 15:36:04 +02:00
William Yang
e63f86e5f0
Revert "chore(ci): disable centos7 build"
...
This reverts commit 22e8da1b37492af7def46329ba97dd4cc7741bdf.
2021-06-15 15:36:04 +02:00
William Yang
14614fbe33
feat(quic): adapt to new quicer API.
2021-06-15 15:36:04 +02:00
William Yang
5356668eac
feat(quic): adapt to hocon schema
2021-06-15 15:36:04 +02:00
William Yang
1ffd2cf245
chore(config): adapt to new config format
2021-06-15 15:36:04 +02:00
William Yang
f9a113477e
feat(quic): use quicer:getstat instead.
2021-06-15 15:36:04 +02:00
William Yang
e062be2b0e
feat(quic): reload quicer lib before start listener
2021-06-15 15:36:04 +02:00
William Yang
14057c033d
feat(quic): support stop/start quic listeners.
2021-06-15 15:36:03 +02:00
William Yang
06f9674ce3
feat(quic): add quicer to application deps list.
2021-06-15 15:36:03 +02:00
William Yang
6dc4088f7e
chore(ci): disable centos7 build
2021-06-15 15:36:03 +02:00
William Yang
9570d01792
fix(quic): error handling for getstats.
...
- return {error, closed} instead
- quicer demo/3 branch.
2021-06-15 15:36:03 +02:00
William Yang
570e096b56
fix(quic): return empty list for dead 'Socket'
2021-06-15 15:36:03 +02:00
William Yang
087aa1dd53
feat(quic): handle stream close.
2021-06-15 15:36:03 +02:00
William Yang
70f22d2c1b
feat(quic): reuse emqx_connection module for quic.
2021-06-15 15:36:03 +02:00
William Yang
899ba579fc
feat(quic): compile and start quicer listener.
2021-06-15 15:36:03 +02:00
Zaiming Shi
6edfb9a6c5
fix(nodetool): add_pathz -> add_patha
2021-06-15 14:48:09 +02:00
Zaiming (Stone) Shi
e010aa44b7
Merge pull request #5000 from zmstone/generate-config-from-node-tool
...
refactor(bin/emqx): invoke hocon_cli from nodetool
2021-06-15 14:43:50 +02:00
Zaiming Shi
c3bbe2c6b6
refactor(bin/emqx): invoke hocon_cli from nodetool
...
nodetool has all lib paths set up correctly by reading the
persisted RELEASES file
calling hocon escript directly has two problems:
1. it may not be able to find the beams compiled
2. if we use ERL_LIBS, it may find the version after hot beam upgrade
2021-06-15 14:12:34 +02:00
Zaiming (Stone) Shi
b1137b8459
Merge pull request #4987 from zmstone/pin-hocon-0.5.1
...
fix(hocon): pin hocon 0.5.1
2021-06-15 13:15:52 +02:00
Zaiming Shi
9e7f34f328
chore: ci print erlang.log.1
2021-06-15 12:35:08 +02:00
Zaiming Shi
855705d830
chore(emqx_ctl): delete stale env variable
2021-06-15 12:35:08 +02:00
Zaiming Shi
70b6e04802
docs(docer/README): update env override prefix var name
2021-06-15 12:35:08 +02:00
Zaiming Shi
c84af95190
chore: ensure new env override prefix variable
2021-06-15 12:35:08 +02:00
Zaiming Shi
9a78f812e1
fix(emqx_resource): fix schema schema definition
2021-06-15 12:35:08 +02:00
Zaiming Shi
49f844b1dd
feat(bin/emqx): simlified config generation commands
2021-06-15 12:35:08 +02:00
Zaiming Shi
992221a4d3
ci: fix bad env variable name
2021-06-15 12:35:07 +02:00
Zaiming Shi
bde5d11078
fix(hocon): call new schema definition functions
2021-06-15 12:35:07 +02:00
Zaiming Shi
909814a34d
fix(hocon): pin hocon 0.5.1
2021-06-15 12:35:07 +02:00
zhanghongtong
8a368efb95
chore: move lib-ce to apps
...
Signed-off-by: zhanghongtong <rory-z@outlook.com>
2021-06-15 17:31:54 +08:00
k32
06dd83c171
Merge pull request #4991 from k32/dev/rlog0
...
feat(rlog): Add RLOG to EMQX
2021-06-15 10:46:45 +02:00
zhanghongtong
c94d4d9a28
chore(data bridge): comment example config
...
Signed-off-by: zhanghongtong <rory-z@outlook.com>
2021-06-15 16:45:41 +08:00
k32
13803f9159
feat(rlog): Add RLOG to EMQX
2021-06-14 15:05:36 +02:00