Release Notes
Announcements
Parameter | Description |
Current Cluster | Cluster to which a group belongs, which cannot be modified. |
Group Name | It cannot be modified. |
Group Description | It is a string of up to 128 characters. |
Max Retries | Maximum number of times that a message can be redelivered. If a message still fails to be consumed successfully after the maximum number of retries has reached, it will be delivered to a dead letter queue or discarded. If you use a TDMQ for RocketMQ 4.x client, the number of message retries set on the client prevails. If you use a RocketMQ 5.x client, the number of message retries set on the page prevails. |
Delivery Sequence | Sequence in which the server delivers messages to the consumer for consumption. Sequential delivery and concurrent delivery are supported, and concurrent delivery is the default method. Sequential delivery: Messages that are associated logically are delivered to the same queue for serialized processing. This ensures that messages are consumed strictly in the sequence they were sent. Concurrent delivery: Messages are delivered to multiple queues for parallel processing by multiple consumer threads. This maximizes system throughput and resource utilization, but cannot guarantee the message processing sequence. |
Enable Consumption | After it is disabled, all consumption operations under a group are suspended. Re-enabling it can resume consumption. It can be used for system Ops, consumer group flow control, and fault isolation, achieving cluster-level protection and smooth operations. |
Parameter | Description |
Current Cluster/Namespace | Cluster or namespace to which a group belongs, which cannot be modified. |
Group Name | It cannot be modified. |
Protocol Type | It cannot be modified. |
Group Description | It is a string of up to 128 characters. |
Enable Consumption | After it is disabled, all consumption operations under a group are suspended. Re-enabling it can resume consumption. It can be used for system Ops, consumer group flow control, and fault isolation, achieving cluster-level protection and smooth operations. |
Enable Broadcast | After it is disabled, all consumers declared in the broadcast mode under the group are paused. Re-enabling it can resume consumption. |
フィードバック