Open gaohoward opened 5 months ago
There is a validation step that is done at the very beginning when a configuration is applied. Maybe, instead of directly navigating to the brokers view after creation/modification, we should wait up until the broker get actually created, and if not display the error to the user.
It would be nice to have a utility to validate the configurations for the form editor/yaml editors. Currently the editors share a common broker config model and the editors takes the user input and then update the model. The model need to be validated before applying the changes and give user feedback to help avoid configuration mistakes. The validate should be aware of the CRD version (and its supported broker versions).