项目作者: benpoor

项目描述 :
emqx的kafka插件
高级语言: Erlang
项目地址: git://github.com/benpoor/emqx-plugin-kafka.git
创建时间: 2019-06-04T09:14:58Z
项目社区:https://github.com/benpoor/emqx-plugin-kafka

开源协议:Apache License 2.0

下载


emqx-plugin-template

This is a template plugin for the EMQ X broker. And you can see Plugin Development Guide 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

  1. emqx:hook('client.authenticate', fun ?MODULE:on_client_authenticate/2, [Env]).
  2. emqx:hook('client.check_acl', fun ?MODULE:on_client_check_acl/5, [Env]).

Plugin and Hooks

Plugin Design

Hooks Design

License

Apache License Version 2.0

Author

EMQ X Team.