provectus/kafka-ui

Display a clear warning message for wrong schema`s type and invalid schema`s syntax.

Open

#1,387 opened on Jan 13, 2022

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Java (977 forks)batch import
good first issuescope/backendstatus/acceptedtype/enhancement

Repository metrics

Stars
 (7,799 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Is your proposal related to a problem?

(Write your answer here.) If you try to create a schema with invalid syntax or incorrect type now is displaying an unclear message (the same for already existing name, invalid syntax, incorrect schema`s type).

Describe the solution you'd like

(Describe your proposed solution here.) Display a clear warning message what the problem is, i.e. for invalid syntax 'Invalid syntax for schema', for incorrect type - 'Wrong schema type' or more precise 'There is not AVRO schema'.

Describe alternatives you've considered

(Write your answer here.)

Additional context

(Write your answer here.)

Contributor guide