yr.SubscriptionConfig.subscriptionType#
- SubscriptionConfig.subscriptionType: SubscriptionType = 0#
Subscription type, including
STREAM,ROUND_ROBIN, andKEY_PARTITIONS.STREAMmeans single consumer consumption within a subscription group,ROUND_ROBINmeans multiple consumers in a subscription group share load in a round-robin manner,KEY_PARTITIONSmeans multiple consumers in a subscription group share load by key partitioning. Currently, onlySTREAMtype is supported; other types are not supported. The default subscription type isSTREAM.