You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ab...@apache.org on 2020/10/21 16:07:21 UTC

[kafka] branch trunk updated (67bc4f0 -> 5dc94b1)

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

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


    from 67bc4f0  KAFKA-10618: Add UUID class, use in protocols (part of KIP-516) (#9454)
     add 5dc94b1  MINOR: distinguish between missing source topics and internal assignment errors (#9446)

No new revisions were added by this update.

Summary of changes:
 .../internals/StreamsPartitionAssignor.java        | 115 +++++++++---------
 .../internals/StreamsRebalanceListener.java        |  11 +-
 .../internals/assignment/AssignorError.java        |   6 +-
 .../internals/StreamsPartitionAssignorTest.java    | 134 ++++++++++++++++++---
 .../internals/StreamsRebalanceListenerTest.java    |  37 ++++++
 5 files changed, 226 insertions(+), 77 deletions(-)