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
| Author | Randall Hauch |
| Status | Accepted |
| Kafka Version | 2.6 |
| JIRA | KAFKA-9931 |
| Wiki | View on Apache Wiki |
| Created | 2020-04-30 |
| Last Modified | 2020-05-15 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.