Ref: https://github.com/oharastream/ohara/issues/2869#issuecomment-539283984
We're not handling errors from starting a topic. An easy way to reproduce this behavior is simply to create a topic with the following config from our UI:
__Topic name__: t1
__Paritions__: 0
__Replication factor__: 0
With the above config, you can create a topic without problems. But it's in fact failed in the start topic step (we swallow the error). And eventually causes issues when using the topic in pipeline or somewhere else since it's not a running topic
cc @wu87988622
Our APIs should reject the zero as well... I will file a issue for that.
see #2888
Most helpful comment
Our APIs should reject the zero as well... I will file a issue for that.
see #2888