You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2020/08/06 18:28:43 UTC

[kafka] branch trunk updated (a5aadeb -> 9903013)

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

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


    from a5aadeb  MINOR: fix HTML (#9127)
     add 9903013  KAFKA-9274: Remove `retries` from InternalTopicManager (#9060)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/kafka/streams/KafkaStreams.java     |   9 +-
 .../org/apache/kafka/streams/StreamsConfig.java    |   5 -
 .../streams/processor/internals/ClientUtils.java   |  15 +-
 .../processor/internals/InternalTopicManager.java  |  88 ++++++----
 .../internals/StreamsPartitionAssignor.java        |  19 +-
 .../assignment/AssignorConfiguration.java          |   2 +-
 .../apache/kafka/streams/StreamsConfigTest.java    |  19 --
 ...ghAvailabilityStreamsPartitionAssignorTest.java |   4 +-
 .../internals/InternalTopicManagerTest.java        |  80 ++++++---
 .../internals/StreamsPartitionAssignorTest.java    | 191 +++++++++++++++------
 .../kafka/test/MockInternalTopicManager.java       |  11 +-
 11 files changed, 272 insertions(+), 171 deletions(-)