You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2020/04/27 21:44:05 UTC

[kafka] branch trunk updated (db9e55a -> c5d13dc)

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

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


    from db9e55a  KAFKA-9866: Avoid election for topics where preferred leader is not in ISR (#8524)
     add c5d13dc  KAFKA-9885; Evict last members of a group when the maximum allowed is reached (#8525)

No new revisions were added by this update.

Summary of changes:
 .../kafka/coordinator/group/GroupCoordinator.scala |  36 +++-
 .../kafka/coordinator/group/GroupMetadata.scala    |   2 +
 .../coordinator/group/GroupCoordinatorTest.scala   | 200 +++++++++++++++++++++
 3 files changed, 234 insertions(+), 4 deletions(-)