RockteMQ-AI commented on issue #305: URL: https://github.com/apache/rocketmq-mqtt/issues/305#issuecomment-5250116370
**Issue Evaluation** Category: `type/question` RocketMQ MQTT does not currently provide a configuration switch to disable specific modules like Raft. The Raft module is used for leader election in multi-node deployments; in single-node mode, it still initializes but may produce noise in logs. **Workaround:** You can suppress the Raft-related log output by adjusting the log level for the Raft package in `log4j2.xml` (e.g., set it to `WARN` or `ERROR`). A proper feature to disable unused modules would require a code change. This could be tracked as an enhancement if there is community interest. --- *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]
