You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Status

Current state: Under Discussion

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

JIRA: KAFKA-17087 - Getting issue details... STATUS

Motivation

TopicCommand delete-config is a no-op,  so we remove it completely in the future major release.

To avoid the misunderstand for use, we should deprecate it firstly.

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.

  • No labels