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)