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
| Author | Lan Ding |
| Status | Accepted |
| Kafka Version | 4.3 |
| JIRA | KAFKA-19590 |
| Wiki | View on Apache Wiki |
| Created | 2025-08-21 |
| Last Modified | 2026-01-10 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.