You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Xianghu Wang (Jira)" <ji...@apache.org> on 2022/03/07 06:19:00 UTC

[jira] [Closed] (HUDI-3525) Introduce JsonkafkaSourcePostProcessor to support data preprocess before it is transformed to DataSet

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

Xianghu Wang closed HUDI-3525.
------------------------------
    Fix Version/s: 0.11.0
       Resolution: Fixed

Resolved via master : c9ffdc493eb8d1971b281e3b84275f4ef5905e4b

> Introduce JsonkafkaSourcePostProcessor to support data preprocess before it is transformed to DataSet
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HUDI-3525
>                 URL: https://issues.apache.org/jira/browse/HUDI-3525
>             Project: Apache Hudi
>          Issue Type: New Feature
>          Components: deltastreamer
>            Reporter: Xianghu Wang
>            Assignee: Xianghu Wang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.11.0
>
>
> currently we have `Transform` to transform source to target dataset before writing, but it is based on DataSet.
> In some scenarios, our kafka data is not in the right format we need, such as binlog json format.
> We need a way to extract/prepare the data we need from the original data before converting it into a DataSet.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)