Status
Current state: Accepted
Discussion thread: here
Voting thread: https://lists.apache.org/thread/tgptfrs90byyv95f2ypy9wb5gk2jn7jj
JIRA: - KAFKA-17087Getting issue details... STATUS
Motivation
The delete-config
command in TopicCommand
is currently a no-op, and we plan to remove it entirely in a future major release.
To avoid user confusion, we should first deprecate it.
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,
with the plan to remove it in version 5.0 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.
- KAFKA-17556Getting issue details... STATUS is the ticket that aims to track the progress of this KIP.
Test Plan
None required.
Rejected Alternatives
None required.