KC: Expose validation errors to UI #681
Labels
area/connect
Kafka Connect, its connectors
good first issue
Up for grabs
scope/backend
Related to backend changes
status/triage/completed
Automatic triage completed
type/enhancement
En enhancement/improvement to an already existing feature
Milestone
Issue submitter TODO list
Is your proposal related to a problem?
While trying to create or change the configuration for a connector, it is important to get more information about what the problem is. As it stands right now, the only feedback we receive is "Invalid Configuration" which makes it very difficult to troubleshoot what the problem is from the UI itself. At the moment, the only workaround is to leave the UI and call Kafka Connect Api manually
Describe the feature you're interested in
The UI should propagate the error message from Kafka Connect to display in the UI what the problem is
Describe alternatives you've considered
Create the connector manually calling Connect's REST API
Version you're running
c8a8759
Additional context
From provectus/kafka-ui#4267
The text was updated successfully, but these errors were encountered: