yiduwangkai commented on issue #8990: URL: https://github.com/apache/rocketmq/issues/8990#issuecomment-2510472685
默认没有开启容错的,可以手动开启 调用DefaultMQProducer中的如下方法 public void setSendLatencyFaultEnable(final boolean sendLatencyFaultEnable) { this.defaultMQProducerImpl.setSendLatencyFaultEnable(sendLatencyFaultEnable); } -- 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