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 a publish fails with an ordering key, all publishes that are outstanding should be canceled. However, only the batches that have been closed are failed. The single batch that may still be waiting to be filled will not be canceled, which means those publishes will proceed and messages could be delivered out of order.
When a publish fails with an ordering key, all publishes that are outstanding should be canceled. However, only the batches that have been closed are failed. The single batch that may still be waiting to be filled will not be canceled, which means those publishes will proceed and messages could be delivered out of order.