You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Hoa Le (Jira)" <ji...@apache.org> on 2021/02/24 19:26:00 UTC

[jira] [Created] (KAFKA-12372) Enhance TimestampCoverter to handle fields schema name to convert to Timestamp or Date

Hoa Le created KAFKA-12372:
------------------------------

             Summary: Enhance TimestampCoverter to handle fields schema name to convert to Timestamp or Date
                 Key: KAFKA-12372
                 URL: https://issues.apache.org/jira/browse/KAFKA-12372
             Project: Kafka
          Issue Type: Improvement
          Components: KafkaConnect
    Affects Versions: 2.7.0
            Reporter: Hoa Le
             Fix For: 3.0.0


Hi team,

 

Our team is having an issue of handling multiple timestamp fields in a kafka message, so for now if we use the [converter|https://github.com/apache/kafka/blob/trunk/connect/transforms/src/main/java/org/apache/kafka/connect/transforms/TimestampConverter.java] then we have to add more fields in the config.

We can implement it in a generic way to check if the field.schema().name() is timestamp or date then we can convert it.

Please let me know if I can contribute to this.

 

Thanks,

Hoa.



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