GitHub user pilloPl reopened a pull request:

    https://github.com/apache/kafka/pull/1900

    [DOCS]: fix ambiguity - consuming by multiple consumers, but by exact…

    In doc it stays:
    
    _"Our topic is divided into a set of totally ordered partitions, each of 
which is consumed by one consumer at any given time."_
    
    And consumer is described as: 
    
    _"We'll call **processes** that subscribe to topics and process the feed of 
published messages **consumers**."_
    
    Which might lead to a wrong conclusion - that each partition can be read by 
one process at any given time.
    
    I think this statements misses information about **consumer groups**, so i 
propose:
    
    _"Our topic is divided into a set of totally ordered partitions, each of 
which is consumed by exactly one consumer (from each subscribed consumer 
groups) at any given time"_
    
    This contribution is my original work and I license the work to the project 
under the project's open source license.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pilloPl/kafka minor/doc-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/1900.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1900
    
----
commit 2280b5681313540c21c3f30a1c7afd37e6943b3a
Author: pilo <jakub.pili...@4finance.com>
Date:   2016-09-22T12:37:15Z

    fix ambiguity in docs - consuming by multiple consumers, but by exactly  
one from each given consumer groups

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to