Replicator Replication Info List Consumer Group Replication Args
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>
Properties
Link copied to clipboard
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.