-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The 2023. x delayed message attribute TIMER_DELAY_SEC of spring cloud starter stream rocketMQ is not effective #3829
Comments
This issue has been open 30 days with no activity. This will be closed in 7 days. |
This issue has been automatically marked as stale because it hasn't had any recent activity.If you think this should still be open, or the problem still persists, just pop a reply in the comments and one of the maintainers will (try!) to follow up. Thank you for your interest and contribution to the Sping Cloud Alibaba Community. |
@yanglei1980 same problem, How did you solve it? |
DELAY_1S(1, "1s"), Message message = MessageBuilder.withPayload(msg) |
@yanglei1980 thanks very much for your support. |
@yanglei1980 不过,比较奇怪啊,PROPERTY_DELAY_TIME_LEVEL还是老的 level 方式的头key啊,看名字是带_LEVEL的啊,而不是 |
spring-cloud-starter-stream-rocketmq 2023.x
Describe the bug
spring-cloud-starter-stream-rocketmq 2023.x is not effective
RocketMQMessageConverterSupport.getAndWrapMessage
Because in the 5. x version of RocketMQ Common, the messageConst The value of STRING_HASH_SET includes "TIMER_DELAY_SEC", so it is filtered out.
In version 4.9. x of rocketmq-common, messageConst The value of STRING_HASH_SET does not include 'TIMER_DELAY_SEC', so it is not filtered, spring-cloud-starter-stream-rocketmq 2021.x is effective
The text was updated successfully, but these errors were encountered: