ReplicatorTopicReplication

data class ReplicatorTopicReplication(val copyAccessControlListsForTopics: Boolean? = null, val copyTopicConfigurations: Boolean? = null, val detectAndCopyNewTopics: Boolean? = null, val topicsToExclude: List<String>? = null, val topicsToReplicate: List<String>)

Constructors

Link copied to clipboard
fun ReplicatorTopicReplication(copyAccessControlListsForTopics: Boolean? = null, copyTopicConfigurations: Boolean? = null, detectAndCopyNewTopics: Boolean? = null, topicsToExclude: List<String>? = null, topicsToReplicate: 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 replicated.

Link copied to clipboard

List of regular expression patterns indicating the topics to copy.