francisoliverlee commented on issue #708: URL: https://github.com/apache/rocketmq-spring/issues/708#issuecomment-2683704384
应该是这段代码有问题:延迟为0时, 没有设置延迟扩展字段。 broker是根据这个扩展字段校验topic type; 应该校验下延迟值, 只能大于等于0 https://github.com/apache/rocketmq-spring/blob/11aa3afd2df2daa6e273e546cc28e34bc0a469f3/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/core/RocketMQTemplate.java#L635-L652 -- 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