Introduction to Cluster Consumption Mode
When the cluster consumption mode is used, any message only needs to be processed by just one consumer within the same subscription group.
Use Cases
This is suitable to scenarios where each message only needs to be processed once.
How to Use
The 5.0 SDK uses the cluster consumption mode by default, requiring no special configuration.
Note:
Please ensure consistency in the subscription relationships of all consumer instances under the same group ID.
Was this page helpful?