You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Alexander Iskuskov (Jira)" <ji...@apache.org> on 2020/11/02 22:28:00 UTC

[jira] [Created] (KAFKA-10675) Error message from ConnectSchema.validateValue() should include the name of the schema.

Alexander Iskuskov created KAFKA-10675:
------------------------------------------

             Summary: Error message from ConnectSchema.validateValue() should include the name of the schema.
                 Key: KAFKA-10675
                 URL: https://issues.apache.org/jira/browse/KAFKA-10675
             Project: Kafka
          Issue Type: Improvement
          Components: KafkaConnect
            Reporter: Alexander Iskuskov


The following error message
{code:java}
org.apache.kafka.connect.errors.DataException: Invalid Java object for schema type INT64: class java.lang.Long for field: "moderate_time"
{code}
can be confusing because {{java.lang.Long}} is acceptable type for schema {{INT64}}. In fact, in this case {{org.apache.kafka.connect.data.Timestamp}} is used but this info is not logged.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)