Replicator Consumer Group Replication Args
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
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.