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
@garyrussell so in a batch if a record fails (even after retry) records after that failed record are sent to next poll. am i correct. that batch stops at failed record and rest of records are sent to next poll. could you help with this, what happening with my case is, if i have batch of 5 messages and all 5 of them are corrupt messages, so i could see, first message fails and rest 4 are sent to next poll and in next poll, first message fails again and rest are sent to next poll. is this expected behavior. thank you