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 2021/06/02 22:04:23 UTC

[kafka] branch trunk updated (364bd36 -> 6db51e4)

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 364bd36  KAFKA-12880: Remove deprecated `Count` and `SampledTotal` in 3.0 (#10808)
     add 6db51e4  KAFKA-12675: improve the sticky general assignor scalability and performance (#10552)

No new revisions were added by this update.

Summary of changes:
 .../consumer/internals/AbstractStickyAssignor.java | 511 +++++++++++++--------
 .../kafka/clients/consumer/StickyAssignorTest.java | 131 +++---
 .../internals/AbstractStickyAssignorTest.java      | 152 +++---
 3 files changed, 459 insertions(+), 335 deletions(-)