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/03/11 17:50:00 UTC

[jira] [Updated] (KAFKA-12372) Enhance TimestampCoverter to handle multiple timestamp or date fields

     [ https://issues.apache.org/jira/browse/KAFKA-12372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoa Le updated KAFKA-12372:
---------------------------
    Fix Version/s:     (was: 3.0.0)
                   2.7.1

> Enhance TimestampCoverter to handle multiple timestamp or date fields
> ---------------------------------------------------------------------
>
>                 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
>            Priority: Minor
>             Fix For: 2.7.1
>
>
> 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)