rocketmq-spring icon indicating copy to clipboard operation
rocketmq-spring copied to clipboard

can rocketmq-spring support rocketmq5.0 gRPCversion

Open maoqyhz opened this issue 2 years ago • 1 comments

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?

maoqyhz avatar Jun 07 '23 06:06 maoqyhz

@1294566108 is currently working on it, and welcomes assistance in reviewing the code. #554

RongtongJin avatar Jun 07 '23 06:06 RongtongJin