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
Right now, if a user blocks while processing messages, they will cause acks/mod acks to be delayed causing a greater number of duplicates. If we use a separate executor, they will instead just process messages slower, without affecting normal client library operation.
Right now, if a user blocks while processing messages, they will cause acks/mod acks to be delayed causing a greater number of duplicates. If we use a separate executor, they will instead just process messages slower, without affecting normal client library operation.