ReplicatorReplicationInfoListConsumerGroupReplicationArgs

data class ReplicatorReplicationInfoListConsumerGroupReplicationArgs(val consumerGroupsToExcludes: Output<List<String>>? = null, val consumerGroupsToReplicates: Output<List<String>>, val detectAndCopyNewConsumerGroups: Output<Boolean>? = null, val synchroniseConsumerGroupOffsets: Output<Boolean>? = null) : ConvertibleToJava<ReplicatorReplicationInfoListConsumerGroupReplicationArgs>

Constructors

constructor(consumerGroupsToExcludes: Output<List<String>>? = null, consumerGroupsToReplicates: Output<List<String>>, detectAndCopyNewConsumerGroups: Output<Boolean>? = null, synchroniseConsumerGroupOffsets: Output<Boolean>? = null)

Properties

Link copied to clipboard
val consumerGroupsToExcludes: 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(): ReplicatorReplicationInfoListConsumerGroupReplicationArgs