You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2020/06/01 22:58:56 UTC

[kafka] branch trunk updated (66fdb59 -> c6633a1)

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

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


    from 66fdb59  KAFKA-9392; Clarify deleteAcls javadoc and add test for create/delete timing (#7956)
     add c6633a1  KAFKA-9987: optimize sticky assignment algorithm for same-subscription case (#8668)

No new revisions were added by this update.

Summary of changes:
 checkstyle/suppressions.xml                        |   4 +-
 .../consumer/CooperativeStickyAssignor.java        |  46 +--
 .../consumer/internals/AbstractStickyAssignor.java | 319 ++++++++++++++-------
 .../kafka/clients/consumer/StickyAssignorTest.java |   5 +-
 .../internals/AbstractStickyAssignorTest.java      |  82 +++---
 5 files changed, 283 insertions(+), 173 deletions(-)