# emqx_bridge_kafka **Repository Path**: diseng/emqx_bridge_kafka ## Basic Information - **Project Name**: emqx_bridge_kafka - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-28 - **Last Updated**: 2024-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README emqx_bridge_kafka ==================== This is a template plugin for the EMQ X broker. And you can see [Plugin Development Guide](https://docs.emqx.io/broker/v3/en/plugins.html#plugin-development-template) to learning how to use it. Plugin Config ------------- Each plugin should have a 'etc/{plugin_name}.conf|config' file to store application config. Authentication and ACL ---------------------- ``` emqx:hook('client.authenticate', fun ?MODULE:on_client_authenticate/3, [Env]). emqx:hook('client.check_acl', fun ?MODULE:on_client_check_acl/5, [Env]). ``` Plugin and Hooks ----------------- [Plugin Design](https://docs.emqx.io/broker/v3/en/design.html#plugin-design) [Hooks Design](https://docs.emqx.io/broker/v3/en/design.html#hooks-design) License ------- Apache License Version 2.0 Author ------ EMQ X Team.