emqx/apps/emqx_connector
Kjell Winblad cf56050759 feat: avoid mixing request with and without the stop_after_render flag
Previously a batch of requests that was sent to a connector could
contain both requests with the stop_after_rendering flag and requests
without this flag. When this happened a warning message was generated and
the stop_after_render flags for the batch would be ignored. This commit
fixes so that a mixed batch is never created so there is no longer any
need for a warning message or ignoring flags.
2024-04-17 16:21:21 +02:00
..
etc feat: generate a minimized emqx.conf 2022-05-31 19:20:27 +08:00
include chore: update copyright-year 2024-02-23 08:21:06 +01:00
src feat: avoid mixing request with and without the stop_after_render flag 2024-04-17 16:21:21 +02:00
test refactor(emqx_connector_info): remove code that is no longer needed 2024-03-21 11:58:54 +01:00
.gitignore Revert "chore: mv emqx_connector to emqx_data_bridge" 2021-06-17 19:11:10 +08:00
README.md refactor: move MySQL open source connector to its own app 2023-06-27 16:15:18 +02:00
rebar.config chore(source dir): split out postgresql connector 2023-10-13 16:58:57 +03:00

README.md

emqx_connector

This application is a collection of connectors.

A connector is a callback module of emqx_resource that maintains the data related to external resources.