emqx/apps/emqx_bridge_pulsar/test
Thales Macedo Garitezi b609792a90 fix(pulsar_producer): do not return `disconnected` when checking status (r5.1)
Fixes https://emqx.atlassian.net/browse/EMQX-10278

Since Pulsar client has its own replayq that lives outside the management of the buffer
workers, we must not return disconnected status for such bridge: otherwise, the resource
manager will eventually kill the producers and data may be lost.
2023-06-13 11:44:45 -03:00
..
emqx_bridge_pulsar_impl_producer_SUITE_data feat: implement Pulsar Producer bridge (e5.0) 2023-04-24 10:28:26 -03:00
emqx_bridge_pulsar_impl_producer_SUITE.erl fix(pulsar_producer): do not return `disconnected` when checking status (r5.1) 2023-06-13 11:44:45 -03:00
emqx_bridge_pulsar_tests.erl feat(pulsar_producer): add validation for empty message key when strategy = key_dispatch 2023-05-29 10:04:19 -03:00