Skip to content

ConsumerGroupProps

Properties for defining a ConsumerGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rocketmq5-consumergroup

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrocketmq5"
&alicloudroscdkrocketmq5.ConsumerGroupProps {
    ConsumeRetryPolicy: interface{},
    ConsumerGroupId: interface{},
    DeliveryOrderType: interface{},
    InstanceId: interface{},
    Remark: interface{},
}

Properties

Name Type Description
ConsumeRetryPolicy interface{} Property consumeRetryPolicy: The consumption retry policy of the consumer group to be created.
ConsumerGroupId interface{} Property consumerGroupId: The ID of the consumer group to be created.
DeliveryOrderType interface{} Property deliveryOrderType: Delivery sequence of the consumer group to be created.
InstanceId interface{} Property instanceId: The ID of the instance.
Remark interface{} Property remark: The remark of the consumer group to be created.

ConsumeRetryPolicyRequired

ConsumeRetryPolicy interface{}
  • Type: interface{}

Property consumeRetryPolicy: The consumption retry policy of the consumer group to be created.


ConsumerGroupIdRequired

ConsumerGroupId interface{}
  • Type: interface{}

Property consumerGroupId: The ID of the consumer group to be created.

Used to identify consumer groups, globally unique. The value description is as follows: Character limitation: supports letters a~z or A-Z, numbers 0-9, underscore (_), dash (-) and percent sign (%). Length limit: 1-60 characters.


DeliveryOrderTypeRequired

DeliveryOrderType interface{}
  • Type: interface{}

Property deliveryOrderType: Delivery sequence of the consumer group to be created.


InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

Property instanceId: The ID of the instance.


RemarkOptional

Remark interface{}
  • Type: interface{}

Property remark: The remark of the consumer group to be created.