Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adapted to RocketMQ 5.x docker compose #101

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

zzjcool
Copy link
Contributor

@zzjcool zzjcool commented Feb 21, 2024

Adapted to RocketMQ 5.x docker compose

issue: #100



if [[ "${version}" > "5.0.0" ]]; then
Copy link

@leizhiyuan leizhiyuan Feb 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rmq5 也可以不使用 proxy,单独部署broker。这里后续相当于只要5.x以上的,docker compose。就有proxy对吧。用户根据自己的需求,连接proxy/ns 来实现不同的case

@zzjcool
Copy link
Contributor Author

zzjcool commented Feb 21, 2024

image

Linux 环境运行5.2.0版本

@leizhiyuan
Copy link

image

mac run 5.1.3

@@ -46,9 +46,18 @@ fi
echo "mkdir $STAGE_DIR/$version"
mkdir -p "$STAGE_DIR/$version"

cp -rf "$CURRENT_DIR/templates/" "$STAGE_DIR/$version"
cp -rf "$CURRENT_DIR/templates" "$STAGE_DIR/$version"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这行会兼容mac和linux的cp命令,可以解决readme中提到的手动处理的问题。

Copy link
Contributor

@lizhanhui lizhanhui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good.

@lizhanhui lizhanhui merged commit cb46b84 into apache:master Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants