ReplicatorReplicationInfoListConsumerGroupReplication

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

Constructors

constructor(consumerGroupsToExcludes: List<String>? = null, consumerGroupsToReplicates: 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.