vroyer opened a new issue #12718: URL: https://github.com/apache/pulsar/issues/12718
**Describe the bug** The **pulsar-admin source create** fails but exit with 0 when deploying an invalid source type. **To Reproduce** ``` bin/pulsar-admin source create --source-type xxx Invalid source type 'xxx' -- Available sources are: [cassandra-source] ... echo $? 0 ``` **Expected behavior** Failed source deployment should exit with a return code greater than 0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
