Skip to content

Commit

Permalink
Add missing nack
Browse files Browse the repository at this point in the history
  • Loading branch information
vancexu committed Aug 26, 2020
1 parent e3aea20 commit 843ea61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/worker/indexer/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ func (p *indexProcessor) addMessageToES(indexMsg *indexer.Message, kafkaMsg mess
tag.WorkflowDomainID(indexMsg.GetDomainID()),
tag.WorkflowID(indexMsg.GetWorkflowID()),
tag.WorkflowRunID(indexMsg.GetRunID()))
kafkaMsg.Nack()
return nil
}

Expand Down

0 comments on commit 843ea61

Please sign in to comment.