Skip to content

Commit c58c298

Browse files
committed
Improve doc
1 parent 490ab25 commit c58c298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/src/main/java/org/apache/kafka/clients/consumer/internals/StreamsMembershipManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
* <ul>
5555
* <li>Keeping member state</li>
5656
* <li>Keeping assignment for the member</li>
57-
* <li>Computing assignment for the group if the member is required to do so</li>
57+
* <li>Reconciles assignment, for example if tasks need to be revoked before other tasks can be assigned</li>
5858
* <li>Calling the assignment and revocation callbacks on the Streams client</li>
5959
* </ul>
6060
*/

0 commit comments

Comments
 (0)