ReplicatorConsumerGroupReplicationArgs

data class ReplicatorConsumerGroupReplicationArgs(val consumerGroupsToExclude: Output<List<String>>? = null, val consumerGroupsToReplicate: Output<List<String>>, val detectAndCopyNewConsumerGroups: Output<Boolean>? = null, val synchroniseConsumerGroupOffsets: Output<Boolean>? = null) : ConvertibleToJava<ReplicatorConsumerGroupReplicationArgs>

Configuration relating to consumer group replication.

Constructors

Link copied to clipboard
constructor(consumerGroupsToExclude: Output<List<String>>? = null, consumerGroupsToReplicate: Output<List<String>>, detectAndCopyNewConsumerGroups: Output<Boolean>? = null, synchroniseConsumerGroupOffsets: Output<Boolean>? = null)

Properties

Link copied to clipboard
val consumerGroupsToExclude: Output<List<String>>? = null

List of regular expression patterns indicating the consumer groups that should not be replicated.

Link copied to clipboard

List of regular expression patterns indicating the consumer groups to copy.

Link copied to clipboard

Whether to periodically check for new consumer groups.

Link copied to clipboard

Whether to periodically write the translated offsets to __consumer_offsets topic in target cluster.

Functions

Link copied to clipboard
open override fun toJava(): ReplicatorConsumerGroupReplicationArgs