emqx/apps/emqx_bridge_mqtt/src
Thales Macedo Garitezi 6cd503865b fix(machine_boot): ensure `emqx_bridge` starts after its companion apps
We need to reverse the dependency of `emqx_bridge` and `emqx_bridge_*`, because the former
loads and starts bridges during its application startup.  If the individual bridge
application being loaded has not started with its dependencies, the supervision tree will
not be ready for that.
2023-07-20 13:11:44 -03:00
..
emqx_bridge_mqtt.app.src fix(machine_boot): ensure `emqx_bridge` starts after its companion apps 2023-07-20 13:11:44 -03:00
emqx_bridge_mqtt_connector.erl fix(mqttconn): no warn if ingress poolsize is same as config 2023-06-05 23:32:13 +03:00
emqx_bridge_mqtt_connector_schema.erl refactor(mqttbridge): move into separate application 2023-05-30 17:56:34 +03:00
emqx_bridge_mqtt_egress.erl refactor: move topic() types def in `emqx_types.erl` 2023-06-07 22:59:52 +08:00
emqx_bridge_mqtt_ingress.erl fix(mqtt_bridge): ensure `server` key is a binary 2023-06-30 13:46:24 -03:00
emqx_bridge_mqtt_msg.erl refactor(pluglib): move `emqx_placeholder` to utils app 2023-06-09 14:44:36 +03:00
emqx_bridge_mqtt_schema.erl refactor(mqttbridge): move into separate application 2023-05-30 17:56:34 +03:00