![]() ``` =CRASH REPORT==== 10-Oct-2023::05:35:30.911371 === crasher: initial call: ehttpc:init/1 pid: <0.23358.2> registered_name: [] exception error: bad argument in function persistent_term:get/1 called as persistent_term:get({emqx_bridge_http_SUITE, do_t_async_retries,attempts}) *** argument 1: no persistent term stored with this key in call from emqx_bridge_http_SUITE:'-do_t_async_retries/3-fun-2-'/0 (/__w/emqx/emqx/apps/emqx_bridge_http/test/emqx_bridge_http_SUITE.erl, line 697) in call from emqx_bridge_http_SUITE:'-do_t_async_retries/3-fun-4-'/6 (/__w/emqx/emqx/apps/emqx_bridge_http/test/emqx_bridge_http_SUITE.erl, line 705) ``` |
||
---|---|---|
.. | ||
src | ||
test | ||
README.md | ||
rebar.config |
README.md
EMQX HTTP Broker Bridge
This application enables EMQX to connect to any HTTP API, conforming to the HTTP standard. The connection is established via the HTTP bridge abstraction, which facilitates the unidirectional flow of data from EMQX to the HTTP API (egress).
Users can define a rule and efficiently transfer data to a remote HTTP API utilizing EMQX Rules.
Documentation
-
For instructions on how to use the EMQX dashboard to set up an egress bridge, refer to Bridge Data into HTTP API.
-
To understand the EMQX rules engine, please refer to EMQX Rules.
HTTP APIs
We provide a range of APIs for bridge management. For more detailed information, refer to API Docs -Bridges.
Contributing
For those interested in contributing, please consult our contributing guide.
License
This software is under the Apache License 2.0. For more details, see LICENSE.