GetConsumerGroupsGroup

data class GetConsumerGroupsGroup(val consumerId: String, val id: String, val instanceId: String, val remark: String, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(consumerId: String, id: String, instanceId: String, remark: String, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the consumer group.

Link copied to clipboard
val id: String

The ID of the consumer group, It is formatted to <instance_id>:<consumer_id>.

Link copied to clipboard

ID of the ALIKAFKA Instance that owns the consumer groups.

Link copied to clipboard

The remark of the consumer group.

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags to assign to the consumer group.