Myaooooo opened a new issue, #744: URL: https://github.com/apache/rocketmq-spring/issues/744
问题根本没有解决public class RocketOrderTimeoutConsumer implements RocketMQListener<List<Long>> 报错误 rocketmq java.lang.RuntimeException: cannot convert message to java.util.List<java.lang.Long> 生产者发送的是orderIds List<Long> orderIds= new ArrayList<>(); 每次第一次接收都会报错,第二次就不报了 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org