From commits-return-15101-apmail-kafka-commits-archive=kafka.apache.org@kafka.apache.org Fri Jul 17 07:57:14 2020 Return-Path: X-Original-To: apmail-kafka-commits-archive@www.apache.org Delivered-To: apmail-kafka-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 6527919985 for ; Fri, 17 Jul 2020 07:57:14 +0000 (UTC) Received: (qmail 17327 invoked by uid 500); 17 Jul 2020 07:57:13 -0000 Delivered-To: apmail-kafka-commits-archive@kafka.apache.org Received: (qmail 17288 invoked by uid 500); 17 Jul 2020 07:57:13 -0000 Mailing-List: contact commits-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list commits@kafka.apache.org Received: (qmail 17279 invoked by uid 99); 17 Jul 2020 07:57:13 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2020 07:57:13 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B88FD811C0; Fri, 17 Jul 2020 07:57:12 +0000 (UTC) Date: Fri, 17 Jul 2020 07:57:06 +0000 To: "commits@kafka.apache.org" Subject: [kafka] branch trunk updated (796fae2 -> 99c6482) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159497262294.22775.2174184004770048602@gitbox.apache.org> From: rsivaram@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: kafka X-Git-Refname: refs/heads/trunk X-Git-Reftype: branch X-Git-Oldrev: 796fae25c34593a76e97761ca525aec1a739a803 X-Git-Newrev: 99c64822a723c6f87e3319a2def82f2c0c99f5f4 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 796fae2 KAFKA-10174: Prefer --bootstrap-server for configs command in ducker tests (#8948) add 99c6482 MINOR: Filter out quota configs for ConfigCommand using --bootstrap-server (#9030) No new revisions were added by this update. Summary of changes: .../common/requests/AlterClientQuotasResponse.java | 13 +- .../org/apache/kafka/common/requests/ApiError.java | 5 +- .../requests/DescribeClientQuotasResponse.java | 11 +- .../common/requests/SaslAuthenticateRequest.java | 5 +- .../kafka/common/requests/RequestResponseTest.java | 200 ++++++++++++--------- .../src/main/scala/kafka/admin/ConfigCommand.scala | 9 + .../src/main/scala/kafka/server/AdminManager.scala | 12 +- .../main/scala/kafka/server/DynamicConfig.scala | 13 +- .../scala/unit/kafka/admin/ConfigCommandTest.scala | 21 +++ .../kafka/server/ClientQuotasRequestTest.scala | 30 +++- 10 files changed, 221 insertions(+), 98 deletions(-)