This is an automated email from the ASF dual-hosted git repository.

jgus pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c90bbc2  MINOR: Fix typo in ConsumerRebalanceListener JavaDoc (#4996)
c90bbc2 is described below

commit c90bbc2749d80d8fed7484dcf34aeae0593dde59
Author: Gunju Ko <gunjuk...@gmail.com>
AuthorDate: Fri May 11 01:53:49 2018 +0900

    MINOR: Fix typo in ConsumerRebalanceListener JavaDoc (#4996)
---
 .../org/apache/kafka/clients/consumer/ConsumerRebalanceListener.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerRebalanceListener.java
 
b/clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerRebalanceListener.java
index a37e166..ad2f61d 100644
--- 
a/clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerRebalanceListener.java
+++ 
b/clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerRebalanceListener.java
@@ -102,7 +102,7 @@ public interface ConsumerRebalanceListener {
 
     /**
      * A callback method the user can implement to provide handling of 
customized offsets on completion of a successful
-     * partition re-assignment. This method will be called after an offset 
re-assignment completes and before the
+     * partition re-assignment. This method will be called after the partition 
re-assignment completes and before the
      * consumer starts fetching data, and only as the result of a {@link 
Consumer#poll(long) poll(long)} call.
      * <p>
      * It is guaranteed that all the processes in a consumer group will 
execute their

-- 
To stop receiving notification emails like this one, please contact
j...@apache.org.

Reply via email to