We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我的编译路径在/usr/local/emqx-rel/_build/emqx/rel/emqx,修改的配置文件路径/usr/local/emqx-rel/_build/emqx/rel/emqx/etc/plugins,名称为emqx_bridge_kafka.config,内容如下:
[ {emqx_bridge_kafka, [{values, [ {bootstrap_broker, {"10.9.1.113", 9092}}, {partition_strategy, strict_round_robin}, {kafka_producer_topic, <<"Processing">>} ]} ]} ]. 但是在web界面启动emqx_bridge_kafka插件过程中,输出的日志内容如下: Initialized ekaf with {"192.168.91.182",9092}
与我在配置文件中的bootstrap_broker内容不一致,说明配置文件内容没有生效,请问还有什么原因导致这种情况?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我的编译路径在/usr/local/emqx-rel/_build/emqx/rel/emqx,修改的配置文件路径/usr/local/emqx-rel/_build/emqx/rel/emqx/etc/plugins,名称为emqx_bridge_kafka.config,内容如下:
[
{emqx_bridge_kafka,
[{values, [
{bootstrap_broker, {"10.9.1.113", 9092}},
{partition_strategy, strict_round_robin},
{kafka_producer_topic, <<"Processing">>}
]}
]}
].
但是在web界面启动emqx_bridge_kafka插件过程中,输出的日志内容如下:
Initialized ekaf with {"192.168.91.182",9092}
与我在配置文件中的bootstrap_broker内容不一致,说明配置文件内容没有生效,请问还有什么原因导致这种情况?
The text was updated successfully, but these errors were encountered: