From commits-return-22581-archive-asf-public=cust-asf.ponee.io@pulsar.apache.org Sat Feb 16 05:03:24 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 92C83180763 for ; Sat, 16 Feb 2019 06:03:23 +0100 (CET) Received: (qmail 87199 invoked by uid 500); 16 Feb 2019 05:03:22 -0000 Mailing-List: contact commits-help@pulsar.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pulsar.apache.org Delivered-To: mailing list commits@pulsar.apache.org Received: (qmail 87183 invoked by uid 99); 16 Feb 2019 05:03:22 -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; Sat, 16 Feb 2019 05:03:22 +0000 From: GitBox To: commits@pulsar.apache.org Subject: [GitHub] murong00 commented on a change in pull request #3606: [Issue 3590] [broker] Support to get broker server runtime configuration Message-ID: <155029340183.4398.481606455341420834.gitbox@gitbox.apache.org> Date: Sat, 16 Feb 2019 05:03:21 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit murong00 commented on a change in pull request #3606: [Issue 3590] [broker] Support to get broker server runtime configuration URL: https://github.com/apache/pulsar/pull/3606#discussion_r257446833 ########## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java ########## @@ -1336,6 +1337,13 @@ public void onUpdate(String path, Map data, Stat stat) { return dynamicConfigurationMap.keys(); } + public List getRuntimeConfiguration() { Review comment: Just sort the list result, thanks! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services