903296615 opened a new issue, #4227: URL: https://github.com/apache/rocketmq/issues/4227
[rocketmq](https://github.com/apache/rocketmq)/example/src/main/java/org/apache/rocketmq/[example](https://github.com/apache/rocketmq/tree/develop/example)/transaction/TransactionListenerImpl.java / 你好,我看这个代码有个不明白的地方 这个设置localTrans.put(msg.getTransactionId(), status); 1.没有清除方法吗? 2.会有泄露风险吗? 3这个随机值的意义是什么.三分之一成功吗? 4多个消费者启动的时候,这个checkLocalTransaction方法可能会被其他消费者执行,并不是发送的执行,导致进入default,这个好像没什么作用. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
