Skip to content

Commit

Permalink
Merge pull request #50 from richiejarvis/patch-1
Browse files Browse the repository at this point in the history
Added clarification for threads param
  • Loading branch information
karenzone committed Feb 28, 2020
2 parents 9b584d5 + a6db555 commit 903bf2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ 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 you are 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 903bf2f

Please sign in to comment.