contrueCT

Results 3 comments of contrueCT

@funky-eyes 请问这个issue还有效吗,我想完成这个工作,我打算在全局事务中检测到 RocketMQ 延时消息时,不抛错也不改变当前把消息作为事务消息发送的实现,而是在关键位置(SeataMQProducer#doSendMessageInTransaction / TCCRocketMQImpl.prepare)记录一条明显的 WARN 日志,提示用户“延时语义在事务场景中会失效”,以保持向后兼容。 Is this issue still active? I would like to work on it. My plan: when a RocketMQ delayed message is detected inside...

Your analysis is excellent! My idea is that users can actually customize an appropriate state-checking logic when implementing the transaction status check method `TransactionListener.checkLocalTransaction(MessageExt msg)` (for example, using a distributed...

I'd like to work on this issue. My idea is to change GlobalTransactionalInterceptorParser.existsAnnotation, clazz.getMethods() to clazz.getDeclaredMethods() and filter out private methods (as proxies can't intercept them). This would allow detection...