dyrnq commented on issue #8775: URL: https://github.com/apache/rocketmq/issues/8775#issuecomment-2404862260
@Camio1945 hi, i made [dyrnq/rocketmq-default-config](https://github.com/dyrnq/rocketmq-default-config) for genConfig using different distribution zip file from [archive.apache.org/dist/rocketmq/](https://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` ```bash 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}" ``` -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org