Skip to content

Commit 5156b9e

Browse files
committed
docs: update RocketMQ configuration instructions to clarify namespace usage
1 parent cbbdf7e commit 5156b9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

en_US/data-integration/data-bridge-rocketmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The following steps assume that you run both EMQX and RocketMQ on the local mach
146146
4. In the **Configuration** step, configure the following information:
147147
- **Connector name**: Enter a name for the connector, which should be a combination of upper and lower-case letters and numbers, for example: `my_rocketmq`.
148148
- **Servers**: Enter `127.0.0.1:9876`.
149-
- **Namespace**: Leave this field empty unless your RocketMQ service is configured with a namespace. For RocketMQ services hosted on Alibaba Cloud, the namespace corresponds to the instance ID.
149+
- **Namespace**: Leave this field empty unless your RocketMQ service is configured with a namespace.
150150
- **AccessKey**, **SecretKey,** and **Secret Token**: Leave these fields empty or fill them according to your specific RocketMQ service configurations.
151151
- Leave others as default.
152152
5. Advanced settings (optional): For details, see [Features of Sink](./data-bridges.md#features-of-sink).

ja_JP/data-integration/data-bridge-rocketmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Linux環境では、`host.docker.internal`を実際のIPアドレスに変更し
147147
4. **Configuration**ステップで以下を設定します:
148148
- **Connector name**:コネクター名を入力します。英数字の組み合わせで、例:`my_rocketmq`
149149
- **Servers**`127.0.0.1:9876`を入力
150-
- **Namespace**:RocketMQサービスにネームスペースが設定されていなければ空欄のまま。Alibaba CloudホストのRocketMQの場合はインスタンスIDに対応
150+
- **Namespace**:RocketMQサービスにネームスペースが設定されていなければ空欄のまま。
151151
- **AccessKey****SecretKey****Secret Token**:サービス構成に応じて空欄または入力
152152
- その他はデフォルトのまま
153153
5. 詳細設定(任意):[Sinkの機能](./data-bridges.md#features-of-sink)を参照

zh_CN/data-integration/data-bridge-rocketmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ docker run --rm -e NAMESRV_ADDR=host.docker.internal:9876 apache/rocketmq:4.9.4
146146

147147
- **连接器名称**:应为大写和小写字母及数字的组合,例如:`my_rocketmq`
148148
- **服务器列表**:输入 `127.0.0.1:9876`
149-
- **命名空间**:此处留空。如果您的 RocketMQ 服务配置了命名空间,则必须填写此项。对于阿里云的 RocketMQ 服务来说,命名空间就是实例 ID。
149+
- **命名空间**:此处留空。如果您的 RocketMQ 服务配置了命名空间,则必须填写此项。
150150
- **Accesskey****Secretkey****安全令牌**:此处留空,或根据您的 RocketMQ 实际配置填写。
151151
4. 高级配置(可选):详细请参考 [Sink 的特性](./data-bridges.md#sink-的特性)
152152
5. 在点击**创建**之前,您可以点击**测试连接**来测试连接器是否能连接到 RocketMQ 服务器。

0 commit comments

Comments
 (0)