You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
If enablePopBufferMerge is enabled, CK and AK will be matched first in memory. For CKs that do not match exactly, a message needs to be sent and stored in the Revive Topic after a timeout. At this time, when some messages in a batch of messages in the CK have been ACKed, but the departmental messages have not been ACKed, it is necessary to generate a message for the ACKed messages and send it to the REVIVE Topic. In this case, if there are N messages that have been ACKed, you need to send N messages to the Revive topic. This leads to a large number of messages being rotated in MQ, and we can make some optimizations here.
Motivation
Support batch ACK to reduce the number of message rotation.
For a batch of messages in CK, when some messages have been ACKed and some messages have not been ACKed. We only send one message to the revive topic to indicate all ACKed messages. Therefore, this message needs to store the indexes of all ACKed messages. And in the PopReviveService, the corresponding processing.
Describe the Solution You'd Like
Support batch ack
Describe Alternatives You've Considered
Support batch ack
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Before Creating the Enhancement Request
Summary
If enablePopBufferMerge is enabled, CK and AK will be matched first in memory. For CKs that do not match exactly, a message needs to be sent and stored in the Revive Topic after a timeout. At this time, when some messages in a batch of messages in the CK have been ACKed, but the departmental messages have not been ACKed, it is necessary to generate a message for the ACKed messages and send it to the REVIVE Topic. In this case, if there are N messages that have been ACKed, you need to send N messages to the Revive topic. This leads to a large number of messages being rotated in MQ, and we can make some optimizations here.
Motivation
Support batch ACK to reduce the number of message rotation.
For a batch of messages in CK, when some messages have been ACKed and some messages have not been ACKed. We only send one message to the revive topic to indicate all ACKed messages. Therefore, this message needs to store the indexes of all ACKed messages. And in the PopReviveService, the corresponding processing.
Describe the Solution You'd Like
Support batch ack
Describe Alternatives You've Considered
Support batch ack
Additional Context
No response
The text was updated successfully, but these errors were encountered: