Esta página aún no está disponible en su idioma local. Estamos trabajando arduamente para agregar más versiones de idiomas. Gracias por tu apoyo.
- What's New
- Function Overview
- Product Bulletin
- Service Overview
- Getting Started
-
User Guide
- Process of Using RocketMQ
- Creating a User and Granting DMS for RocketMQ Permissions
- Buying a RocketMQ Instance
- Configuring a Topic
- Accessing an Instance
- Managing Messages
- Managing Consumer Groups
-
Managing Instances
- Viewing and Modifying Basic Information of a RocketMQ Instance
- Viewing Background Tasks of a RocketMQ Instance
- Configuring Tags for a RocketMQ Instance
- Exporting RocketMQ Instances
- Diagnosing a RocketMQ Instance
- Restarting Brokers of a RocketMQ Instance
- Deleting a RocketMQ Instance
- Configuring SSL of a RocketMQ Instance
- Modifying RocketMQ Specifications
- Migrating Metadata
- Viewing Monitoring Metrics and Configuring Alarms
- Viewing RocketMQ Audit Logs
- Best Practices
- Developer Guide
- API Reference
- SDK Reference
- FAQs
- Videos
Modifying RocketMQ Consumer Group Configurations
After creating a consumer group, you can modify its configuration as required.
Prerequisite
A consumer group has been created.
Modifying RocketMQ Consumer Group Configurations
- Log in to the console.
- Click
in the upper left corner to select a region.
NOTE:
Select the region where your RocketMQ instance is located.
- Click
and choose Application > Distributed Message Service for RocketMQ to open the console of DMS for RocketMQ.
- Click a RocketMQ instance to go to the instance details page.
- In the navigation pane, choose Consumer Groups.
- Modify consumer group parameters in either of the following ways:
- In the row containing the consumer group whose parameters you want to modify, click Edit.
- Click a consumer group and then click Edit in the upper right corner of the consumer group details page.
- Modify consumer group parameters by referring to Table 1.
Table 1 Consumer group parameters Parameter
Description
Maximum Retries
Maximum number of times that messages are resent upon retrieval failures.
Value range: 1–16
Broadcast
Indicates whether messages are broadcast.
If this option is enabled, each message is retrieved by all consumers in the consumer group. If this option is disabled, each message is retrieved by only one consumer in the consumer group.
Orderly
This parameter is mandatory when the RocketMQ instance version is 5.x.
If this option is enabled, consumers consume messages in sequence.
Orderly consumption ensures sequential consumption by message sending. In this case, earlier messages are consumed before later messages
Description
Description of the consumer group.
0–200 characters
- Click OK.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.