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

mmerli 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 17db7290f67 Fix #15071 (#15590)
17db7290f67 is described below

commit 17db7290f6785f9ad0ec50acf44d313301572612
Author: AlvaroStream <[email protected]>
AuthorDate: Fri May 13 17:55:29 2022 +0200

    Fix #15071 (#15590)
    
    Previous command doesn't need the cluster name for the execution of the 
command
---
 site2/docs/deploy-bare-metal.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/site2/docs/deploy-bare-metal.md b/site2/docs/deploy-bare-metal.md
index a307bd05fd4..8f58c561354 100644
--- a/site2/docs/deploy-bare-metal.md
+++ b/site2/docs/deploy-bare-metal.md
@@ -430,8 +430,6 @@ $ bin/pulsar-client produce \
   -m "Hello Pulsar"
 ```
 
-> You may need to use a different cluster name in the topic if you specify a 
cluster name other than `pulsar-cluster-1`.
-
 This command publishes a single message to the Pulsar topic. In addition, you 
can subscribe to the Pulsar topic in a different terminal before publishing 
messages as below:
 
 ```bash

Reply via email to