Browse Source

add kafka plugin

kennyh 1 year atrás
parent
commit
fc29fe01ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib-extra/plugins

+ 1 - 1
lib-extra/plugins

@@ -1,6 +1,6 @@
 {erlang_plugins,
 {erlang_plugins,
   [ {emqx_plugin_template, {git, "https://github.com/emqx/emqx-plugin-template", {tag, "4.3.0"}}}
   [ {emqx_plugin_template, {git, "https://github.com/emqx/emqx-plugin-template", {tag, "4.3.0"}}}
-  , {emqx_plugin_kafka, {git, "https://github.com/ULTRAKID/emqx_plugin_kafka.git", {tag, "main"}}}
+  , {emqx_plugin_kafka, {git, "http://gogs.weclouds.xyz:3000/kennyh/emqx_plugin_kafka.git", {tag, "main"}}}
   ]
   ]
 }.
 }.