From 8720f1a7b96ccff815b5a2f8e06225fa9f9c7863 Mon Sep 17 00:00:00 2001 From: ChimdumebiNebolisa Date: Sun, 5 Jul 2026 15:58:59 -0500 Subject: [PATCH 1/2] docs: clarify Helm getting started client setup Co-authored-by: Cursor --- docs/getting-started-helm.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-helm.md b/docs/getting-started-helm.md index 343f340d2522..23fcd5d91d1c 100644 --- a/docs/getting-started-helm.md +++ b/docs/getting-started-helm.md @@ -292,6 +292,8 @@ webServiceUrl=http://127.0.0.1:61853/ brokerServiceUrl=pulsar://127.0.0.1:61854/ ``` +Save these URLs because you will need them when configuring `${PULSAR_HOME}/conf/client.conf` in step 4 below. + Then you can proceed with the following steps: 1. Download the Apache Pulsar tarball from the [downloads page](/download/). @@ -316,7 +318,7 @@ Then you can proceed with the following steps: In the `${PULSAR_HOME}/conf/client.conf` file, replace `webServiceUrl` and `brokerServiceUrl` with the service URLs you get from the above steps. -5. Create a subscription to consume messages from `apache/pulsar/test-topic`. +5. In the same terminal where you exported `PULSAR_HOME` in the previous steps, create a subscription to consume messages from `apache/pulsar/test-topic`. ```bash bin/pulsar-client consume -s sub apache/pulsar/test-topic -n 0 From 5c331aaff69a2401ab4667533924103b579b98eb Mon Sep 17 00:00:00 2001 From: ChimdumebiNebolisa Date: Sun, 5 Jul 2026 17:38:00 -0500 Subject: [PATCH 2/2] docs: propagate Helm getting started clarification --- versioned_docs/version-4.0.x/getting-started-helm.md | 4 +++- versioned_docs/version-4.2.x/getting-started-helm.md | 4 +++- versioned_docs/version-5.0.x/getting-started-helm.md | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/versioned_docs/version-4.0.x/getting-started-helm.md b/versioned_docs/version-4.0.x/getting-started-helm.md index 21031230a3b4..b337cca076f4 100644 --- a/versioned_docs/version-4.0.x/getting-started-helm.md +++ b/versioned_docs/version-4.0.x/getting-started-helm.md @@ -280,6 +280,8 @@ webServiceUrl=http://127.0.0.1:61853/ brokerServiceUrl=pulsar://127.0.0.1:61854/ ``` +Save these URLs because you will need them when configuring `${PULSAR_HOME}/conf/client.conf` in step 4 below. + Then you can proceed with the following steps: 1. Download the Apache Pulsar tarball from the [downloads page](/download/). @@ -304,7 +306,7 @@ Then you can proceed with the following steps: In the `${PULSAR_HOME}/conf/client.conf` file, replace `webServiceUrl` and `brokerServiceUrl` with the service URLs you get from the above steps. -5. Create a subscription to consume messages from `apache/pulsar/test-topic`. +5. In the same terminal where you exported `PULSAR_HOME` in the previous steps, create a subscription to consume messages from `apache/pulsar/test-topic`. ```bash bin/pulsar-client consume -s sub apache/pulsar/test-topic -n 0 diff --git a/versioned_docs/version-4.2.x/getting-started-helm.md b/versioned_docs/version-4.2.x/getting-started-helm.md index 21031230a3b4..b337cca076f4 100644 --- a/versioned_docs/version-4.2.x/getting-started-helm.md +++ b/versioned_docs/version-4.2.x/getting-started-helm.md @@ -280,6 +280,8 @@ webServiceUrl=http://127.0.0.1:61853/ brokerServiceUrl=pulsar://127.0.0.1:61854/ ``` +Save these URLs because you will need them when configuring `${PULSAR_HOME}/conf/client.conf` in step 4 below. + Then you can proceed with the following steps: 1. Download the Apache Pulsar tarball from the [downloads page](/download/). @@ -304,7 +306,7 @@ Then you can proceed with the following steps: In the `${PULSAR_HOME}/conf/client.conf` file, replace `webServiceUrl` and `brokerServiceUrl` with the service URLs you get from the above steps. -5. Create a subscription to consume messages from `apache/pulsar/test-topic`. +5. In the same terminal where you exported `PULSAR_HOME` in the previous steps, create a subscription to consume messages from `apache/pulsar/test-topic`. ```bash bin/pulsar-client consume -s sub apache/pulsar/test-topic -n 0 diff --git a/versioned_docs/version-5.0.x/getting-started-helm.md b/versioned_docs/version-5.0.x/getting-started-helm.md index 343f340d2522..23fcd5d91d1c 100644 --- a/versioned_docs/version-5.0.x/getting-started-helm.md +++ b/versioned_docs/version-5.0.x/getting-started-helm.md @@ -292,6 +292,8 @@ webServiceUrl=http://127.0.0.1:61853/ brokerServiceUrl=pulsar://127.0.0.1:61854/ ``` +Save these URLs because you will need them when configuring `${PULSAR_HOME}/conf/client.conf` in step 4 below. + Then you can proceed with the following steps: 1. Download the Apache Pulsar tarball from the [downloads page](/download/). @@ -316,7 +318,7 @@ Then you can proceed with the following steps: In the `${PULSAR_HOME}/conf/client.conf` file, replace `webServiceUrl` and `brokerServiceUrl` with the service URLs you get from the above steps. -5. Create a subscription to consume messages from `apache/pulsar/test-topic`. +5. In the same terminal where you exported `PULSAR_HOME` in the previous steps, create a subscription to consume messages from `apache/pulsar/test-topic`. ```bash bin/pulsar-client consume -s sub apache/pulsar/test-topic -n 0