Skip to content

Add support for mapping nested fields from the record value  #45

@nicoloboschi

Description

@nicoloboschi

In some CDC use-cases (debezium this time) the incoming record (avro or json) is structured in this way:

value={after={myvalue=1, key=c4ca4238a0-1}, ...}

Currently it's not possible to do a mapping in this way

mapping: .., value=value.after.myvalue

The sink throws an error (I don't have the stacktrace anymore actually) saying the field value.after.myvalue doesn't exist

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions