rocketmq-spring
rocketmq-spring copied to clipboard
can rocketmq-spring support rocketmq5.0 gRPCversion
now i user rocketmq5.0 aliyun version, and find they recommend use this maven info
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-client-java</artifactId>
<version>5.0.4</version>
</dependency>
and i review the docs, this is the gRPC version of rocketmq5.0 , and now spring version is remoting version. The client API of gRPC SDK has been redesigned and is not compatible with the Remoting SDK API. can rocketmq-spring support rocketmq5.0 gRPCversion recently?
@1294566108 is currently working on it, and welcomes assistance in reviewing the code. #554