emqx/apps/emqx_enterprise
Kjell Winblad 9dc3a169b3 feat: split bridges into a connector part and a bridge part
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
Co-authored-by: Stefan Strigler <stefan.strigler@emqx.io>
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>

Several bridges should be able to share a connector pool defined by a
single connector. The connectors should be possible to enable and
disable similar to how one can disable and enable bridges. There should
also be an API for checking the status of a connector and for
add/edit/delete connectors similar to the current bridge API.

Issues:
https://emqx.atlassian.net/browse/EMQX-10805
2023-10-30 14:48:47 +01:00
..
etc chore: delete telemetry.enable from enterprise.conf 2023-05-26 11:58:58 +02:00
src feat: split bridges into a connector part and a bridge part 2023-10-30 14:48:47 +01:00
test fix(audit): disable audit log by default 2023-09-28 12:36:14 +02:00
.gitignore refactor: rename lib-ee/emqx_ee_conf to apps/emqx_enterprise 2023-05-22 14:51:27 +02:00
BSL.txt chore: add BSL in apps/emqx_enterprise 2023-05-22 14:51:27 +02:00
README.md chore: fix typo for enterprise readme 2023-05-29 19:08:15 +08:00
rebar.config refactor: rename lib-ee/emqx_ee_conf to apps/emqx_enterprise 2023-05-22 14:51:27 +02:00

README.md

EMQX Enterprise Application

This application only holds EMQX config schema for enterprise edition so far. In the future this application will collect more responsibilities in managing enterprise edition specific features.