TopicReplication

Details about topic replication.

Types

Link copied to clipboard
class Builder
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

Configuration for specifying the position in the topics to start replicating from.

Link copied to clipboard

Configuration for specifying replicated topic names should be the same as their corresponding upstream topics or prefixed with source cluster alias.

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.

Functions

Link copied to clipboard
inline fun copy(block: TopicReplication.Builder.() -> Unit = {}): TopicReplication
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String