Skip to content

Commit

Permalink
Change example concurrent writes setting to avoid misconfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Nov 12, 2024
1 parent 8dda4a1 commit 690297f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/docs/configuration/sources/pubsub-full-example.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source {
# This option is deprecated for the pubsub source, and will be changed or removed in the next major release.
# Use streaming_pull_goroutines, max_outstanding_messages, and max_outstanding_bytes to configure concurrency instead.
# Where streaming_pull_goroutines is set, this option is ignored.
concurrent_writes = 20
concurrent_writes = 1

# Maximum number of unprocessed messages (default 1000)
max_outstanding_messages = 2000
Expand Down

0 comments on commit 690297f

Please sign in to comment.