Skip to content

Commit db1a477

Browse files
authored
Clarify only one consumer per partition
Closes #320
1 parent d1532fa commit db1a477

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/gen_stage/dispatchers/partition_dispatcher.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ defmodule GenStage.PartitionDispatcher do
66
See the ["Even distribution"](#module-even-distribution) section for
77
more information.
88
9-
When multiple consumers subscribe to one partition, the producer
10-
behaves like a `GenStage.DemandDispatcher` *within that partition*.
9+
Only one consumer is allowed per parition.
1110
1211
## Options
1312

0 commit comments

Comments
 (0)