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
For the acknowledge & negativeAcknowledge, we can pass with just MessageId, but not reconsumeLater
Is there any the reason why reconsumeLater doesn't support MessageId?
Now we are storingMessage in memory for a while and send a reconsumeLater for some cases, it would be nice if we it can pass with MessageId, in order to reduce the memory size
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For the
acknowledge
&negativeAcknowledge
, we can pass with justMessageId
, but notreconsumeLater
Is there any the reason why
reconsumeLater
doesn't supportMessageId
?Now we are storing
Message
in memory for a while and send areconsumeLater
for some cases, it would be nice if we it can pass withMessageId
, in order to reduce the memory sizeBeta Was this translation helpful? Give feedback.
All reactions