Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
-
Online documentation:
http://kafka.apache.org/documentation.html#introduction
Description
Suggest to modify in the Introduction, section "Consumers" to clarify that the maximum amount of consumer instances is per consumer group:
"Note however that there cannot be more consumer instances than partitions."
=>
"Note however that there cannot be more consumer instances in a consumer group than partitions."
and
"... though this will mean only one consumer process."
=>
"... though this will mean only one consumer process per consumer group."