We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In some CDC use-cases (debezium this time) the incoming record (avro or json) is structured in this way:
Currently it's not possible to do a mapping in this way
The sink throws an error (I don't have the stacktrace anymore actually) saying the field value.after.myvalue doesn't exist
The text was updated successfully, but these errors were encountered: