ltamber commented on code in PR #711:
URL: https://github.com/apache/rocketmq-spring/pull/711#discussion_r1992878379


##########
rocketmq-v5-client-spring-boot/src/main/java/org/apache/rocketmq/client/core/RocketMQClientTemplate.java:
##########
@@ -368,9 +358,7 @@ public Pair<SendReceipt, Transaction> 
sendTransactionMessage(String destination,
         try {
             transaction = grpcProducer.beginTransaction();
             sendReceipt = grpcProducer.send(rocketMsg, transaction);

Review Comment:
   return `Pair()` directly here ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to