We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c139d commit e4a24f3Copy full SHA for e4a24f3
internal/batch/batch_processor.go
@@ -636,6 +636,7 @@ func (bp *batchProcessor) dispatchBatch(payload *DispatchPayload) error {
636
conflictErr, conflictTestOk := err.(operations.ConflictError)
637
if conflictTestOk && conflictErr.IsConflictError() {
638
// We know that the connector has received our batch, so we shouldn't need to retry
639
+ payload.addMessageUpdate(payload.Messages, core.MessageStateReady, core.MessageStateSent)
640
return true, nil
641
}
642
} else {
0 commit comments