zhouzb
zhouzb
File: [/zh_CN/configuration/configuration-manual.md](https://www.emqx.io/docs/zh/latest/configuration/configuration-manual.html) ``` round_robin:使用 round-robin 策略派发; round_robin_per_group:在共享组内循环选择下一个成员; ``` 无法根据文档理解 round_robin 和 round_robin_per_group 的区别。 ``` sticky:总是使用上次选中的订阅者派发,直到它断开连接; ``` 断开连接应该改为结束会话。
> SCRAM 认证仅支持使用 MQTT v5.0 的连接。 由于增强认证仅支持 MQTT 5.0 设备,但用户可能同时有 MQTT 3.1.1 设备需要接入,所以文档中最好可以说明一下此时应该如何操作。
When a beginner sees a configuration item like `listeners.tcp.$name.xxx`, we cannot assume that he understands the meaning of the $name placeholder. Now we have no introduction to how to use...
1. 中文告警文档与英文不一致 CN: https://www.emqx.io/docs/zh/latest/observability/alarms.html#%E5%91%8A%E8%AD%A6 EN: https://www.emqx.io/docs/en/latest/observability/alarms.html#alarm 2. 中文告警文档中有大量错误,例如对 `sysmon.top.db_password` 配置项的解释为 PostgreSQL 数据库的密码,但为什么告警会与 PostgreSQL 有关系? 3. 中文告警文档缺少对告警类型的说明,英文告警文档对告警类型的说明比较简单,例如当 conn_congestion 告警出现时意味着什么,我应该采取什么措施?自己优化还是寻求技术支持。 4. `long_gc`、`long_schedule`、`large_heap`、`busy_port` 应该不属于告警?所以它们的配置说明不应该出现在告警文档中?
File: [/en_US/data-integration/data-bridge-mqtt.md](https://www.emqx.io/docs/en/v5.1/data-integration/data-bridge-mqtt.html) When I need to establish a bidirectional MQTT bridge, EMQX currently supports three configuration methods: 1. Create a bridge on a node and configure ingress and egress at...
### What happened? Arg 5 and Arg 6 of the rule engine built-in function `subbits` are only valid when Arg 4 is `integer`, but the rule engine does not provide...
### What happened? #### Issue 1 The `delivery.dropped` hook is not called when the `delivery.dropped.too_large` count is incremented. #### Issue 2 The definition of `message.delivered` is the number of messages...
### What happened? 1. Messages dropped due to session expiration will not cause the `delivery.dropped` count to increase, this is different from what is described in the [documentation](https://www.emqx.io/docs/en/latest/data-integration/rule-sql-events-and-fields.html): 2. There...