Skip to content

aliyunmq/rocketmq-grpc-netty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shaded Netty for gRPC in Apache RocketMQ

License build Maven Central

Introduction

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.

Requirements

  • Java 1.8 or later

Getting Started

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>

Manual Release

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.

License

Apache License, Version 2.0 Copyright (C) Apache Software Foundation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published