ReplicationInfo

Specifies configuration for replication between a source and target Kafka cluster.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration relating to consumer group replication.

Link copied to clipboard

The ARN of the source Kafka cluster.

Link copied to clipboard

The compression type to use when producing records to target cluster.

Link copied to clipboard

The ARN of the target Kafka cluster.

Link copied to clipboard

Configuration relating to topic replication.

Functions

Link copied to clipboard
inline fun copy(block: ReplicationInfo.Builder.() -> Unit = {}): ReplicationInfo
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