From 690297fe2e54f6cd7cd3eb998ec97c1f46ac0b15 Mon Sep 17 00:00:00 2001 From: colmsnowplow Date: Tue, 12 Nov 2024 18:17:37 +0000 Subject: [PATCH] Change example concurrent writes setting to avoid misconfiguration --- assets/docs/configuration/sources/pubsub-full-example.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/docs/configuration/sources/pubsub-full-example.hcl b/assets/docs/configuration/sources/pubsub-full-example.hcl index f478316f..1bec85d6 100644 --- a/assets/docs/configuration/sources/pubsub-full-example.hcl +++ b/assets/docs/configuration/sources/pubsub-full-example.hcl @@ -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