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

[kafka] branch trunk updated (41fdae3 -> e70e5d9)

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

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


    from 41fdae3  MINOR: Update schema field names in DescribeAcls Request/Response
     add e70e5d9  KAFKA-9505: Only loop over topics-to-validate in retries (#8039)

No new revisions were added by this update.

Summary of changes:
 .../kafka/clients/admin/CreateTopicsResult.java    |  4 +-
 .../kafka/clients/admin/DescribeTopicsResult.java  |  2 +-
 .../kafka/clients/admin/KafkaAdminClient.java      |  2 +-
 .../processor/internals/InternalTopicManager.java  | 17 ++--
 .../internals/InternalTopicManagerTest.java        | 90 ++++++++++++++++++----
 5 files changed, 90 insertions(+), 25 deletions(-)