| commit | d58e13da95b992cb3d6b05de1b1fe0ee80cb1e87 | [log] [tgz] |
|---|---|---|
| author | Akai <91858554+1294566108@users.noreply.github.com> | Wed Jun 12 09:12:19 2024 +0800 |
| committer | GitHub <noreply@github.com> | Wed Jun 12 09:12:19 2024 +0800 |
| tree | d97bc7f06e565cbcc3b359b51eb50956a9a4d459 | |
| parent | e7cb315050a4af753ea361969e89ea11b4e33cd4 [diff] |
Proxy Support And ConsumerGroup Enhancement (#207) * Support dashboard v4-v5 switch And query for v5 topic * Modify tag name * Support proxy-module And Fix the problem of showing wrong consumerGroup-info --------- Co-authored-by: yuanziwei <yuanziwei@xiaomi.com>
docker pull apacherocketmq/rocketmq-dashboard:latest
rocketmq.namesrv.addr and port)docker run -d --name rocketmq-dashboard -e "JAVA_OPTS=-Drocketmq.namesrv.addr=127.0.0.1:9876" -p 8080:8080 -t apacherocketmq/rocketmq-dashboard:latest
mvn spring-boot:run
or
mvn clean package -Dmaven.test.skip=true java -jar target/rocketmq-dashboard-1.0.1-SNAPSHOT.jar
If you download the package slowly, you can change maven‘s mirror(maven’s settings.xml)
<mirrors>
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
Change the rocketmq.config.namesrvAddr in resource/application.properties.(or you can change it in ops page)
We are always very happy to have contributions, whether for trivial cleanups or big new features. Please see the RocketMQ main website to read the details.
Apache License, Version 2.0 Copyright (C) Apache Software Foundation