ReplicatorReplicationInfoListTopicReplication

data class ReplicatorReplicationInfoListTopicReplication(val copyAccessControlListsForTopics: Boolean? = null, val copyTopicConfigurations: Boolean? = null, val detectAndCopyNewTopics: Boolean? = null, val topicsToExcludes: List<String>? = null, val topicsToReplicates: List<String>)

Constructors

fun ReplicatorReplicationInfoListTopicReplication(copyAccessControlListsForTopics: Boolean? = null, copyTopicConfigurations: Boolean? = null, detectAndCopyNewTopics: Boolean? = null, topicsToExcludes: List<String>? = null, topicsToReplicates: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.

Link copied to clipboard

Whether to periodically configure remote topics to match their corresponding upstream topics.

Link copied to clipboard

Whether to periodically check for new topics and partitions.

Link copied to clipboard

List of regular expression patterns indicating the topics that should not be replica.

Link copied to clipboard

List of regular expression patterns indicating the topics to copy.