我看到关于https://docs.emqx.io/broker/v3/en/guide.html#emq-x-bridge-cache-configuration的文档,它说如果网络出现故障,您可以在文件上启用缓存,因为emqx现在不做这些事情。
例如,当我设置emqx 3.0.0.0上的参数时,它在启动时失败,并在未声明的lof文件中显示:
You've tried to set bridge.xxx.queue.replayq_seg_bytes, but there is no setting with that name.
2020-03-03T19:43:22.777171+03:00 [error] Did you mean one of these?
2020-03-03T19:43:22.962094+03:00 [error] bridge.$name.mqueue_type
2020-03-03T19:43:22.962572+03:00 [error] bridge.$name.clean_start
2020-03-03T19:43:22.962760+03:00 [error] bridge.$name.start_type
2020-03-03T19:43:23.102793+03:00 [error] Error generating configuration in phase transform_datatypes
2020-03-03T19:43:23.103040+03:00 [error] Conf file attempted to set unknown variable: bridge.aps.queue.replayq_seg_bytes您知道这是我的emqx版本的问题,还是sintax的问题。
提前致谢问候
发布于 2020-04-15 10:51:33
这是sintax错误。
bridge.xxx.queue.replayq_seg_bytes这意味着使用queue.replayq_seg_bytes配置来设置xxx桥。
bridge.mqtt.xxx.address = 127.0.0.1:1883存在吗?顺便说一句,推荐使用EMQ X v4.0.6。
https://stackoverflow.com/questions/60512070
复制相似问题