You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2022/03/31 12:47:38 UTC

[kafka] branch trunk updated (ce7788a -> 430f9c9)

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

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


    from ce7788a  KAFKA-13783; Remove reason prefixing in JoinGroupRequest and LeaveGroupRequest (#11971)
     add 430f9c9  KAFKA-13772: Partitions are not correctly re-partitioned when the fetcher thread pool is resized (#11953)

No new revisions were added by this update.

Summary of changes:
 .../kafka/server/AbstractFetcherManager.scala      |  23 ++--
 .../scala/kafka/server/AbstractFetcherThread.scala |  12 +++
 .../kafka/server/AbstractFetcherManagerTest.scala  | 119 ++++++++++++++++++++-
 3 files changed, 145 insertions(+), 9 deletions(-)