Skip to content

Commit

Permalink
Added clarification for threads param
Browse files Browse the repository at this point in the history
Added an addition to record that the threads setting, whilst 'global', only impacts a single pipeline
  • Loading branch information
Richie Jarvis committed Feb 28, 2020
1 parent 9b584d5 commit a78a5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The number of threads should equal the number of Event Hubs plus one (or more).
Each Event Hub needs at least one thread. An additional thread is needed to help
coordinate the other threads. The number of threads should not exceed the number
of Event Hubs multiplied by the number of partitions per Event Hub plus one.
Threads are currently available only as a global setting.
Threads are currently available only as a global setting. If using multiple pipelines, the threads setting applies to each pipeline independently.
** Sample scenario: Event Hubs = 4. Partitions on each Event Hub = 3.
Minimum threads is 5 (4 Event Hubs plus one). Maximum threads is 13 (4 Event
Hubs times 3 partitions plus one).
Expand Down

0 comments on commit a78a5ae

Please sign in to comment.