yr.SubscriptionConfig.subscriptionType

yr.SubscriptionConfig.subscriptionType#

SubscriptionConfig.subscriptionType: SubscriptionType = 0#

Subscription type, including STREAM, ROUND_ROBIN, and KEY_PARTITIONS. STREAM means single consumer consumption within a subscription group, ROUND_ROBIN means multiple consumers in a subscription group share load in a round-robin manner, KEY_PARTITIONS means multiple consumers in a subscription group share load by key partitioning. Currently, only STREAM type is supported; other types are not supported. The default subscription type is STREAM.