You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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 |
60
60
| 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
| 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 |
78
78
| 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
| 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 |
99
99
| brokerSuspendMaxTimeMillis | 20000 | Long polling, Consumer pull message request suspended for the longest time in the Broker in milliseconds |
100
100
| consumerTimeoutMillisWhenSuspend | 30000 | Long polling, Consumer pull message request suspend in the Broker over this time value, client think timeout. Unit is milliseconds |
101
101
| 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 |
103
103
| messageQueueListener || Listening changing of queue |
104
104
| offsetStore || Consumption schedule store |
105
105
| registerTopics || Collection of registered topics |
0 commit comments