emqx/apps/emqx_bridge/i18n
Thales Macedo Garitezi fd360ac6c0 feat(buffer_worker): refactor buffer/resource workers to always use queue
This makes the buffer/resource workers always use `replayq` for
queuing, along with collecting multiple requests in a single call.
This is done to avoid long message queues for the buffer workers and
rely on `replayq`'s capabilities of offloading to disk and detecting
overflow.

Also, this deprecates the `enable_batch` and `enable_queue` resource
creation options, as: i) queuing is now always enables; ii) batch_size
> 1 <=> batch_enabled.  The corresponding metric
`dropped.queue_not_enabled` is dropped, along with `batching`.  The
batching is too ephemeral, especially considering a default batch time
of 20 ms, and is not shown in the dashboard, so it was removed.
2023-01-05 10:15:09 -03:00
..
emqx_bridge_api.conf feat: support configure connector configs directly in bridges 2022-06-10 23:06:20 +08:00
emqx_bridge_mqtt_schema.conf fix(auth): remove emqx_connector from testcases of authz/authn 2022-08-22 20:20:45 +08:00
emqx_bridge_schema.conf feat(buffer_worker): refactor buffer/resource workers to always use queue 2023-01-05 10:15:09 -03:00
emqx_bridge_webhook_schema.conf Merge tag 'v5.0.10' into dev/ee5.0 2022-11-16 16:20:30 +01:00