Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.10.1.0, 1.0.0
-
None
-
None
Description
While executing a delete command kafka cli tool is removing the "+" symbol and deleting the incorrect topic. In below case if "test+topic" is deleted kafka deletes testtopic.
[kafka@localhost~]$ /usr/hdp/current/kafka-broker/bin/kafka-topics.sh --create --zookeeper `hostname`:2181 --replication-factor 1 --partitions 1 --topic testtopic Created topic "testtopic". [kafka@localhost~]$ /usr/hdp/current/kafka-broker/bin/kafka-topics.sh --zookeeper `hostname`:2181 --topic test+topic --delete Topic testtopic is marked for deletion.
delete topic replaces '+' from the topic name
Attachments
Issue Links
- links to