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
When I use following code, I find, when I call fetch method and not ack the message, the next call of fetch will be block, until the message is acked. I use AckExplicitPolicy as ack policy. So I am wondering how to solve this problem? That I can keep fetch messages even previous ones are not ack?
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
-
Hi, team,
When I use following code, I find, when I call
fetch
method and not ack the message, the next call offetch
will be block, until the message is acked. I useAckExplicitPolicy
as ack policy. So I am wondering how to solve this problem? That I can keep fetch messages even previous ones are not ack?Beta Was this translation helpful? Give feedback.
All reactions