Skip to content

Commit

Permalink
Add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Nov 12, 2024
1 parent 884417f commit 8dda4a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/docs/configuration/sources/pubsub-full-example.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ source {
# subscription ID for the pubsub subscription
subscription_id = "subscription-id"

# Maximum concurrent goroutines (lightweight threads) for message processing (default: 50)
# 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

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

0 comments on commit 8dda4a1

Please sign in to comment.