Hi all: I would like to start a vote for the KIP:
The KIP: https://cwiki.apache.org/confluence/x/A4LMFw The Draft PR: https://github.com/apache/kafka/pull/20913 Summary: Currently, Kafka's tiered storage implementation uploads all non-active local log segments to remote storage immediately, even when they are still within the local retention period. This results in redundant storage of the same data in both local and remote which don't have real value in some cases. This KIP's goal is to reduce the remote storage as an optional topic feature which can be implemented with few code lines. Thanks. Jian
