apache / rocketmq

Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
https://rocketmq.apache.org/
Apache License 2.0
21.13k stars 11.64k forks source link

[Doc] Documentation Related: Is there a page listing all the parameters available in the config file? #8775

Open Camio1945 opened 1 day ago

Camio1945 commented 1 day ago

Search before creation

Documentation Related

Is there a page listing all the parameters available in the config file? For example, there is an waitTimeMillsInSendQueue field in BrokerConfig.java, but when I search it by Google, waitTimeMillsInSendQueue site:rocketmq.apache.org, I got nothing. So how could I possibly know the existence of waitTimeMillsInSendQueue?

image

image

Are you willing to submit PR?

yx9o commented 15 hours ago

Hello @Camio1945 , for parameter configuration, please refer to: https://rocketmq.apache.org/zh/docs/4.x/parameterConfiguration/02server

Camio1945 commented 15 hours ago

Hello @Camio1945 , for parameter configuration, please refer to: https://rocketmq.apache.org/zh/docs/4.x/parameterConfiguration/02server

@yx9o Thanks. But your link is for 4.x, not for 5.x, and it does not contain waitTimeMillsInSendQueue either.

yx9o commented 15 hours ago

Indeed, you can try to improve the doc.