Gwen Shapira created KAFKA-2685:
-----------------------------------
Summary: "alter topic" on non-existent topic exits without error
Key: KAFKA-2685
URL: https://issues.apache.org/jira/browse/KAFKA-2685
Project: Kafka
Issue Type: Bug
Reporter: Gwen Shapira
When running:
kafka-topics --zookeeper localhost:2181 --alter --topic test --config
unclean.leader.election.enable=false
and topic "test" does not exist, the command simply return with no error
message.
We expect to see an error when trying to modify non-existing topics, so user
will have a chance to catch and correct typos.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)