Versions Compared

Key

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

Table of Contents

Status

Current state: Under Discussion

Discussion thread: here [Change the link from the KIP proposal email archive to your own email thread]

JIRA:

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyKAFKA-17087

Motivation

TopicCommand delete-config is a no-op, so we should deprecate it in 3.9 and then remove it completely in 4.0

Public Interfaces

No new interfaces or changes to the behavior of existing interfaces will be introduced in this KIP.

Proposed Changes

We propoes to deprecate the field deleteConfigOpt of TopicCommand, so we can remove it in a future major release.

Compatibility, Deprecation, and Migration Plan

When the user uses this command, it should show an alert to the user that the command will be removed in the future.

Test Plan

None required.

Rejected Alternatives

None required.