SchemaEvolution

Configuration controlling whether the Apache Iceberg destination table's schema is evolved as incoming records change.

Types

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

Properties

Link copied to clipboard

Whether to allow MSK to evolve the destination table's schema. Must be false for the current release.

Functions

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