Skip to content

Commit

Permalink
add one comment
Browse files Browse the repository at this point in the history
Signed-off-by: jyu6 <[email protected]>
  • Loading branch information
jyu6 committed Sep 7, 2023
1 parent 17da2b1 commit 50cb431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sources/forward/data_forward.go
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ func (isdf *DataForward) createToVertexWatermarkPublisher(toVertexName string, p
entityName := fmt.Sprintf("%s-%s-%d", isdf.pipelineName, isdf.vertexName, partition)
processorEntity := entity.NewProcessorEntity(entityName)

// if watermark is disabled, wmStore here is a no op store
publisher := publish.NewPublish(isdf.ctx, processorEntity, wmStore, int32(len(isdf.toBuffers[toVertexName])))
isdf.toVertexWMPublishers[toVertexName][partition] = publisher
return publisher
Expand Down

0 comments on commit 50cb431

Please sign in to comment.