Description
Version: rhoas version 0.22.1
Steps to reproduce
- Create a new Kafka instance and use it
- Run
rhoas kafka topic list -o json
Expected vs actual behaviour
I expected it to return the standard JSON object with empty items: {"items": []}
but I got this message: Kafka instance "test-dbizzarr" has no topics. Run "rhoas kafka topic create <topic-name>" to create one