emqx/lib-ee/emqx_ee_bridge
Zaiming (Stone) Shi 5fdf7fd24c fix(kafka): use async callback to bump success counters
some telemetry events from wolff are discarded:

* dropped:
    this is double counted in wolff,
    we now only subscribe to the dropped_queue_full event
* retried_failed:
    it has different meanings in wolff,
    in wolff, it means it's the 2nd (or onward) produce attempt
    in EMQX, it means it's eventually failed after some retries

* retried_success
    since we are going to handle the success counters in callbac
    this having this reported from wolff will only make things
    harder to understand

* failed
    wolff never fails (unelss drop which is a different counter)
2023-01-24 21:12:36 +01:00
..
i18n chore(bridges): add more helpful descriptions 2023-01-18 18:17:08 +02:00
src fix(kafka): use async callback to bump success counters 2023-01-24 21:12:36 +01:00
test fix(kafka): use async callback to bump success counters 2023-01-24 21:12:36 +01:00
.gitignore feat: add emqx enterprise app connector & bridge 2022-07-25 09:36:45 +08:00
README.md feat: add emqx enterprise app connector & bridge 2022-07-25 09:36:45 +08:00
docker-ct test(bridges): add test case for the PostgreSQL backend 2023-01-06 11:56:28 +08:00
rebar.config refactor: use union member type selector for authz sources 2023-01-09 14:26:16 +01:00

README.md

emqx_ee_bridge

An OTP application

Build

$ rebar3 compile