You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you forget to put initial schemas in a list format, the following error is thrown:
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `[Lcom.birdie.kafka.connect.utils.SchemaDto;` from Object value (token `JsonToken.START_OBJECT`)
Would be good to have a clearer error message for debugging purposes 😬
The text was updated successfully, but these errors were encountered:
When you forget to put initial schemas in a list format, the following error is thrown:
Would be good to have a clearer error message for debugging purposes 😬
The text was updated successfully, but these errors were encountered: