rocketmq icon indicating copy to clipboard operation
rocketmq copied to clipboard

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

Open Camio1945 opened this issue 1 year ago • 4 comments

Search before creation

  • [X] I had searched in the issues and found no similar issues.

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?

  • [ ] Yes I am willing to submit a PR!

Camio1945 avatar Sep 30 '24 02:09 Camio1945

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

yx9o avatar Oct 01 '24 06:10 yx9o

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.

Camio1945 avatar Oct 01 '24 06:10 Camio1945

Indeed, you can try to improve the doc.

yx9o avatar Oct 01 '24 07:10 yx9o

@Camio1945

hi, i made dyrnq/rocketmq-default-config for genConfig using different distribution zip file from archive.apache.org/dist/rocketmq/.

you can view them online

  • https://github.com/dyrnq/rocketmq-default-config/blob/main/4.9.7/broker.conf
  • https://github.com/dyrnq/rocketmq-default-config/blob/main/5.3.0/broker.conf

or download them and diff -y

ver1="4.9.7"
ver2="5.3.0"

ver1_file="${ver1}"_broker.conf
ver2_file="${ver2}"_broker.conf
(
curl -fsSL -o "${ver1_file}" https://github.com/dyrnq/rocketmq-default-config/raw/main/"${ver1}"/broker.conf
curl -fsSL -o "${ver2_file}" https://github.com/dyrnq/rocketmq-default-config/raw/main/"${ver2}"/broker.conf
)

diff -y "${ver1_file}" "${ver2_file}"

dyrnq avatar Oct 10 '24 11:10 dyrnq

This issue is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs.

github-actions[bot] avatar Oct 11 '25 00:10 github-actions[bot]

This issue was closed because it has been inactive for 3 days since being marked as stale.

github-actions[bot] avatar Oct 14 '25 00:10 github-actions[bot]