apache / rocketmq-exporter

Apache RocketMQ Prometheus Exporter
https://rocketmq.apache.org/
Apache License 2.0
294 stars 171 forks source link

How to get the release version of the software #147

Open IWillBeMyself opened 1 year ago

IWillBeMyself commented 1 year ago

Is your feature request related to a problem? Please describe. I cannot find the release version of this software. How to get the release version of the software?

samgang commented 1 year ago
git clone 
# Build Binary
mvn clean install
# Run Binary
java -jar target/rocketmq-exporter-0.0.2-SNAPSHOT-exec.jar
IWillBeMyself commented 1 year ago
git clone 
# Build Binary
mvn clean install
# Run Binary
java -jar target/rocketmq-exporter-0.0.2-SNAPSHOT-exec.jar

Thank you, this software can meet my requirements in terms of functionality, but it does not comply with company regulations because it has never been released. I am more interested in information about its release plan.

IWillBeMyself commented 1 year ago

Is there anyone who can help me?