conduktor.io ↗

KIP-605 — Expand Connect Worker Internal Topic Settings

Accepted Kafka 2.6 Connect

Exposes additional topic-level configuration properties (e.g., `cleanup.policy`, `min.insync.replicas`, `retention.ms`, compression type) for each of the three Connect internal topics (`config.storage.topic`, `offset.storage.topic`, `status.storage.topic`) so workers can create them with the correct settings. Previously only `replication.factor` and `partitions` were configurable, leading to internal topics being created with broker defaults that were often inappropriate for Connect's durability and compaction requirements.

Details

AuthorRandall Hauch
StatusAccepted
Kafka Version2.6
JIRAKAFKA-9931
WikiView on Apache Wiki
Created2020-04-30
Last Modified2020-05-15
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.