This project aims to provide shaded Netty packages that are not included in grpc-java client, allowing for the utilization of additional features in gRPC services within Apache RocketMQ.
- Java 1.8 or later
Add the following dependency to your project. Remember to replace ROCKETMQ-GRPC-NETTY-VERSION
with
the latest release.
<dependencies>
<dependency>
<groupId>io.github.aliyunmq</groupId>
<artifactId>rocketmq-grpc-netty-codec-haproxy</artifactId>
<version>ROCKETMQ-GRPC-NETTY-VERSION</version>
</dependency>
</dependencies>
Set the password in your settings.xml
for repositories: sonatype-nexus-snapshots-aliyunmq
and sonatype-nexus-staging-aliyunmq
, then execute the command below:
mvn clean deploy -Prelease
Sign in nexus repository manager and check the artifact, then determine whether to release it.
Apache License, Version 2.0 Copyright (C) Apache Software Foundation