Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A new configuration to support the disablement policy will be introduced.


Code Block
Configuration: remote.log.disable.policy

...


Description: Determines whether tiered data for a topic should be retained or deleted after tiered storage disablement on a topic.

...


Type: String

...


Default: retain

...


Valid values:

...

 retain, delete

...


Scope: topic wide



The configuration setting remote.log.disable.policy can also be introduced as a broker-level configuration, with the default value set to retain. For the initial implementation, we are suggesting this to be a topic level configuration, but we have the flexibility to make it to a broker-level configuration in future iterations.

...