emqx/apps/emqx_bridge_kafka
Stefan Strigler 53871e3a2c fix: stale ref to emqx_json after rebase 2023-04-14 16:30:27 +02:00
..
etc refactor(kafka_bridge): move kafka bridge into its own app 2023-04-12 13:54:45 -03:00
src refactor: rename emqx_misc to emqx_utils 2023-04-14 13:41:27 +02:00
test fix: stale ref to emqx_json after rebase 2023-04-14 16:30:27 +02:00
BSL.txt refactor(kafka_bridge): move kafka bridge into its own app 2023-04-12 13:54:45 -03:00
README.md refactor(kafka_bridge): move kafka bridge into its own app 2023-04-12 13:54:45 -03:00
docker-ct refactor(kafka_bridge): move kafka bridge into its own app 2023-04-12 13:54:45 -03:00
rebar.config refactor(kafka_bridge): move kafka bridge into its own app 2023-04-12 13:54:45 -03:00

README.md

Kafka Data Integration Bridge

This application houses the Kafka Producer and Consumer data integration bridges for EMQX Enterprise Edition. It provides the means to connect to Kafka and publish/consume messages to/from it.

Currently, our Kafka Producer library (wolff) has its own replayq buffering implementation, so this bridge does not require buffer workers from emqx_resource. It implements the connection management and interaction without need for a separate connector app, since it's not used by authentication and authorization applications.

Contributing

Please see our contributing.md.

License

See BSL.