Description
When we added dynamic config, we added a kafka-config tool (which can be used to maintain configs for non-topic entities), and remove the capability from kafka-topic tool.
Removing the capability from kafka-topic is:
1. Breaks backward compatibility in our most essential tools. This has significant impact on usability.
2. Kinda confusing that --create --config works but --alter --config does not.
I suggest fixing this.
Attachments
Issue Links
- is duplicated by
-
KAFKA-2646 Re-enable altering topic config in the topics command to maintain backwards compatibility
- Resolved
- relates to
-
KAFKA-2650 Change ConfigCommand --deleted-config option to align with TopicCommand
- Resolved
-
KAFKA-2651 Remove deprecated config alteration from TopicCommand in 0.9.1.0
- Patch Available