Parcourir la source

Merge remote-tracking branch 'origin/main'

# Conflicts:
#	README.md
#	etc/emqx_plugin_kafka.config
#	src/emqx_plugin_kafka.erl
Ultrakid il y a 3 ans
Parent
commit
2b0722606a
1 fichiers modifiés avec 0 ajouts et 6 suppressions
  1. 0 6
      README.md

+ 0 - 6
README.md

@@ -35,12 +35,6 @@ Build the EMQX broker
 ```
 ###### 2. 准备Erlang/OTP 22及以上环境
 
-注:由于本插件引用的第三方依赖`ekaf`中使用了`pg2`模块,该模块在`OTP 24`及之后的版本已被官方移除,因此***请使用`OTP 24`以下的版本***。
-
-> - pg2:_/_ (this module was removed in OTP 24. Use 'pg' instead)
->
->   [Erlang -- Removed Functionality](https://www.erlang.org/doc/general_info/removed.html#otp-24)
-
 参照[Erlang and Elixir Packages Download - Erlang Solutions (erlang-solutions.com)](https://www.erlang-solutions.com/downloads/) 官网安装方式。
 
 ###### 3. 下载EMQX源码