ReplicatorConsumerGroupReplication

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

Configuration relating to consumer group replication.

Constructors

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

Types

Link copied to clipboard
object Companion

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.