You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by vv...@apache.org on 2020/05/14 20:54:26 UTC

[kafka] branch trunk updated (873e944 -> 4e72202)

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

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


    from 873e944  KAFKA-9650: include human readable units in ms and bytes configs (#8222)
     add 4e72202  MINOR: skip listOffsets request for newly created changelog topics (#8662)

No new revisions were added by this update.

Summary of changes:
 .../streams/processor/internals/ClientUtils.java   |  5 ++
 .../processor/internals/InternalTopicManager.java  | 15 +++-
 .../internals/StreamsPartitionAssignor.java        | 97 +++++++++-------------
 .../integration/EosBetaUpgradeIntegrationTest.java |  2 -
 ...ghAvailabilityStreamsPartitionAssignorTest.java |  5 +-
 .../internals/StreamsPartitionAssignorTest.java    | 41 ++++++++-
 .../kafka/test/MockInternalTopicManager.java       | 14 ++--
 7 files changed, 108 insertions(+), 71 deletions(-)