Mqtt 在emqx上启用本地缓存

Mqtt 在emqx上启用本地缓存,mqtt,emq,Mqtt,Emq,我看到了上的文档,它说如果网络出现故障,您可以启用文件缓存,因为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

我看到了上的文档,它说如果网络出现故障,您可以启用文件缓存,因为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的问题

提前谢谢 问候

这是sintax错误

bridge.xxx.queue.replayq_seg_bytes
这意味着设置xxx网桥使用
queue.replayq\u seg\u字节
config

bridge.mqtt.xxx.address = 127.0.0.1:1883
是否存在?顺便说一下,建议使用EMQ X v4.0.6