Divij Vaidya created KAFKA-14469:
------------------------------------
Summary: Fix inconsistency in config name between code and KIP-405
Key: KAFKA-14469
URL: https://issues.apache.org/jira/browse/KAFKA-14469
Project: Kafka
Issue Type: Sub-task
Components: core
Reporter: Divij Vaidya
Assignee: Divij Vaidya
Fix For: 3.5.0
We have 3 tiered storage configuration keys that are not adhering to KIP-405
specification. KIP-405 has ".log" in the keys.
public static final String REMOTE_LOG_STORAGE_ENABLE_CONFIG =
"remote.storage.enable";
public static final String LOCAL_LOG_RETENTION_MS_CONFIG = "local.retention.ms";
public static final String LOCAL_LOG_RETENTION_BYTES_CONFIG =
"local.retention.bytes";
Reference:
KIP-405:
[https://cwiki.apache.org/confluence/display/KAFKA/KIP-405%3A+Kafka+Tiered+Storage#KIP405:KafkaTieredStorage-Configs.1]
Kafka 3.3:
[https://github.com/apache/kafka/blob/3.3/clients/src/main/java/org/apache/kafka/common/config/TopicConfig.java#L78-L90]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)