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

[kafka] branch trunk updated (57de67d -> 89485fe)

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

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


    from 57de67d  KAFKA-8836; Add `AlterISR` RPC and use it for ISR modifications (#9100)
     add 89485fe  KAFKA-10516; Disable automatic retry of `THROTTLING_QUOTA_EXCEEDED` errors in the `kafka-topics` command (KIP-599) (#9334)

No new revisions were added by this update.

Summary of changes:
 .../common/message/DeleteTopicsResponse.json       |  2 +-
 .../kafka/clients/admin/AdminClientTestUtils.java  | 57 +++++++++++++++
 .../kafka/common/requests/RequestResponseTest.java | 15 ++++
 core/src/main/scala/kafka/admin/TopicCommand.scala | 30 ++++++--
 .../admin/TopicCommandWithAdminClientTest.scala    | 80 +++++++++++++++++++++-
 5 files changed, 173 insertions(+), 11 deletions(-)