apache / rocketmq

Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.

Home Page:https://rocketmq.apache.org/

Repository from Github https://github.comapache/rocketmqRepository from Github https://github.comapache/rocketmq

[Enhancement] The request should be rejected if the queueOffset equals maxOffset when changing the invisible time

RongtongJin opened this issue · comments

Before Creating the Enhancement Request

  • I have confirmed that this should be classified as an enhancement rather than a bug/feature.

Summary

The request should be rejected if the queueOffset equals maxOffset when changing the invisible time

Motivation

The request should be rejected if the queueOffset equals maxOffset when changing the invisible time, Otherwise, it will generate a checkpoint (ck) for a non-existent message.

Describe the Solution You'd Like

The request should be rejected if the queueOffset equals maxOffset when changing the invisible time

Describe Alternatives You've Considered

No

Additional Context

No response