emqx/lib-ee/emqx_ee_bridge/test
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
..
ee_bridge_hstreamdb_SUITE.erl chore: update copyright year 2023 2023-01-02 09:22:27 +01:00
emqx_bridge_impl_kafka_producer_SUITE.erl fix(kafka): use async callback to bump success counters 2023-01-24 21:12:36 +01:00
emqx_ee_bridge_gcp_pubsub_SUITE.erl refactor: re-organize dealing with unrecoverable errors 2023-01-20 12:00:17 -03:00
emqx_ee_bridge_influxdb_SUITE.erl refactor: re-organize dealing with unrecoverable errors 2023-01-20 12:00:17 -03:00
emqx_ee_bridge_mongodb_SUITE.erl feat(mongo): expose buffer worker opts to the bridge frontend (5.0) 2023-01-12 15:23:41 -03:00
emqx_ee_bridge_mysql_SUITE.erl refactor: re-organize dealing with unrecoverable errors 2023-01-20 12:00:17 -03:00
emqx_ee_bridge_pgsql_SUITE.erl refactor: re-organize dealing with unrecoverable errors 2023-01-20 12:00:17 -03:00
emqx_ee_bridge_redis_SUITE.erl chore(bridges): reduce Redis bridge flakyness 2023-01-18 14:34:11 +02:00