jxlgzwh opened a new issue, #214:
URL: https://github.com/apache/bifromq/issues/214
1、config.yml
integratorConfig:
clientNum: ${CLIENT_NUM} 这个参数要如何设置
topicFilter: ${TOPIC_FILTER} topic_fileter 要如何设置
2、build/src/main/java/bifromq/bridge/service/config/IntegratorConfig.java
配置文件中包含有 用户,密码 ,这个是 要如何设置的
private String groupName = "g1";
private String username = "dev";
private String password = "dev";
3、如果搭建好了kafka 集群,希望知道如何运行这个demo
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]