Skip to content

Commit

Permalink
Update pkg/stream/producer.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alberto Moretti <[email protected]>
  • Loading branch information
Gsantomaggio and hiimjako authored Dec 18, 2024
1 parent 1642636 commit 5aa81ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/stream/producer.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (po *ProducerOptions) SetBatchSize(size int) *ProducerOptions {
return po
}

// Deprecated: starting from 1.5.0 the SetQueueSize is deprecated, and it will be removed in the next releases
// Deprecated: starting from 1.5.0 the SetBatchPublishingDelay is deprecated, and it will be removed in the next releases
// It is not used anymore given the dynamic batching
func (po *ProducerOptions) SetBatchPublishingDelay(size int) *ProducerOptions {
po.BatchPublishingDelay = size
Expand Down

0 comments on commit 5aa81ed

Please sign in to comment.