conduktor.io ↗

KIP-1208 — Add prefix to TopicBasedRemoteLogMetadataManagerConfig to enable setting admin configs

Accepted Kafka 4.3 Tiered Storage

Adds a remote.log.metadata.admin. config prefix for TopicBasedRemoteLogMetadataManager (TRLMM) to pass admin client-specific configurations separately from producer (remote.log.metadata.producer.) and consumer (remote.log.metadata.consumer.) configs. Without this prefix, admin-specific settings (e.g., admin.request.timeout.ms) must be set via the common remote.log.metadata.common.client. prefix, which applies to all three client types and can cause unintended interactions.

Details

AuthorLan Ding
StatusAccepted
Kafka Version4.3
JIRAKAFKA-19590
WikiView on Apache Wiki
Created2025-08-21
Last Modified2026-01-10
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.