fun consumerGroupDescriptionOf(coordinator: Node? = null, groupId: String? = null, members: Iterable<MemberDescription>? = null, partitionAssignor: String? = null, simpleConsumerGroup: Boolean? = null, state: ConsumerGroupState? = null): ConsumerGroupDescription
A function providing a DSL for building io.vertx.kafka.admin.ConsumerGroupDescription objects.
A detailed description of a single consumer group in the cluster
coordinator
- Set the consumer group coordinator, or null if the coordinator is not known
groupId
- Set the id of the consumer group
members
- Set a list of the members of the consumer group
partitionAssignor
- Set the consumer group partition assignor
simpleConsumerGroup
- Set if consumer group is simple or not
state
- Set the consumer group state, or UNKNOWN if the state is too new for us to parse