Skip to content

Commit 8d28d3f

Browse files
authored
[ISSUE #3751] docs: Fix typos and other little error in the document 'Configuration_Client.md' (#3752)
1 parent 5233f12 commit 8d28d3f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/en/Configuration_Client.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ HTTP static server addressing is recommended, because it is simple client deploy
4242

4343
#### 2.1 Client Common Configuration
4444

45-
| Pamater Name | Default Value | Description |
45+
| Parameter Name | Default Value | Description |
4646
| ----------------------------- | ------- | ------------------------------------------------------------ |
4747
| namesrvAddr | | Name Server address list, multiple NameServer addresses are separated by semicolons |
4848
| clientIP | local IP | Client local ip address, some machines will fail to recognize the client IP address, which needs to be enforced in the code |
@@ -54,7 +54,7 @@ HTTP static server addressing is recommended, because it is simple client deploy
5454

5555
#### 2.2 Producer Configuration
5656

57-
| Pamater Name | Default Value | Description |
57+
| Parameter Name | Default Value | Description |
5858
| -------------------------------- | ---------------- | ------------------------------------------------------------ |
5959
| producerGroup | DEFAULT_PRODUCER | The name of the Producer group. If multiple producers belong to one application and send the same message, they should be grouped into the same group |
6060
| createTopicKey | TBW102 | When a message is sent, topics that do not exist on the server are automatically created and a Key is specified that can be used to configure the default route to the topic where the message is sent.|
@@ -72,7 +72,7 @@ HTTP static server addressing is recommended, because it is simple client deploy
7272

7373
#### 2.3 PushConsumer Configuration
7474

75-
| Pamater Name | Default Value | Description |
75+
| Parameter Name | Default Value | Description |
7676
| ---------------------------- | ----------------------------- | ------------------------------------------------------------ |
7777
| consumerGroup | DEFAULT_CONSUMER | Consumer group name. If multi Consumer belong to an application, subscribe the same message and consume logic as the same, they should be gathered together |
7878
| messageModel | CLUSTERING | Message support two mode: cluster consumption and broadcast consumption |
@@ -93,13 +93,13 @@ HTTP static server addressing is recommended, because it is simple client deploy
9393

9494
#### 2.4 PullConsumer Configuration
9595

96-
| Pamater Name | Default Value | Description |
96+
| Parameter Name | Default Value | Description |
9797
| -------------------------------- | ----------------------------- | ------------------------------------------------------------ |
9898
| consumerGroup | DEFAULT_CONSUMER | Consumer group name. If multi Consumer belong to an application, subscribe the same message and consume logic as the same, they should be gathered together |
9999
| brokerSuspendMaxTimeMillis | 20000 | Long polling, Consumer pull message request suspended for the longest time in the Broker in milliseconds |
100100
| consumerTimeoutMillisWhenSuspend | 30000 | Long polling, Consumer pull message request suspend in the Broker over this time value, client think timeout. Unit is milliseconds |
101101
| consumerPullTimeoutMillis | 10000 | Not long polling, timeout time of pull message in milliseconds |
102-
| messageModel | BROADCASTING | Message support two mode: cluster consumption and broadcast consumption |
102+
| messageModel | CLUSTERING | Message support two mode: cluster consumption and broadcast consumption |
103103
| messageQueueListener | | Listening changing of queue |
104104
| offsetStore | | Consumption schedule store |
105105
| registerTopics | | Collection of registered topics |

0 commit comments

Comments
 (0)