RockteMQ-AI commented on issue #304: URL: https://github.com/apache/rocketmq-mqtt/issues/304#issuecomment-5213709746
**Issue Evaluation** Category: `type/bug` | Status: **Needs Info** MQTT 消费不工作但发送正常,这可能与以下因素有关: 1. **Consumer Group 配置** — 确保 MQTT 消费者使用了正确的 consumer group 2. **Topic 权限** — 检查 topic 的读写权限配置 3. **MQTT 协议版本** — 确认客户端和服务端的 MQTT 协议版本匹配 4. **QoS 级别** — 检查 QoS 0/1/2 的配置是否正确 关于不使用用户名密码连接 MQTT: - 这需要在 RocketMQ MQTT 服务端配置匿名访问权限 - 检查 `mqttAuthEnabled` 配置项(具体配置请参考 rocketmq-mqtt 文档) 请提供以下信息以便进一步排查: - [ ] RocketMQ MQTT 版本 - [ ] MQTT 客户端类型和版本 - [ ] 消费端的错误日志 - [ ] Topic 和 Consumer Group 配置 --- *Automated evaluation by github-manager* -- 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]
