You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/05/18 20:55:13 UTC

[pulsar] branch master updated: resolve an issue in the developing-load-manager doc (#6978)

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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 0174f79  resolve an issue in the developing-load-manager doc (#6978)
0174f79 is described below

commit 0174f790357a1ba8236cdb91c7ad9cf248ca7ada
Author: Girish Ramnani <gi...@gmail.com>
AuthorDate: Tue May 19 02:25:05 2020 +0530

    resolve an issue in the developing-load-manager doc (#6978)
    
    ### Motivation
    
    Resolves an issue in the load-manager docs
    
    ### Modifications
    
    - added "broker" in the shell command for updating loadManagerClassName so that it works.
---
 site2/website/versioned_docs/version-2.2.0/developing-load-manager.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website/versioned_docs/version-2.2.0/developing-load-manager.md b/site2/website/versioned_docs/version-2.2.0/developing-load-manager.md
index 18c782f..718f066 100644
--- a/site2/website/versioned_docs/version-2.2.0/developing-load-manager.md
+++ b/site2/website/versioned_docs/version-2.2.0/developing-load-manager.md
@@ -15,7 +15,7 @@ There are two ways that you can enable the modular load manager:
 2. Using the `pulsar-admin` tool. Here's an example:
 
    ```shell
-   $ pulsar-admin update-dynamic-config \
+   $ pulsar-admin brokers update-dynamic-config \
      --config loadManagerClassName \
      --value org.apache.pulsar.broker.loadbalance.impl.ModularLoadManagerImpl
    ```