freedom-all commented on issue #4689:
URL: https://github.com/apache/rocketmq/issues/4689#issuecomment-1194926303
broker.log not found error log
通过日志应该是发送延时消息的时候转换错误,这个问题很怪异。
Message message = new Message("u-delay-test",
"helloworld".getBytes(StandardCharsets.UTF_8));
message.setDelayTimeLevel(3);
producer.send(message, 3000);
问题不是必选,我现在想跟踪代码也找不到.
--
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]