Skip to content

HungUnicorn/kafka-connect-transform-flatten-avro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-connect-transform-flatten-avro

Kafka Connect Single Message Transform to flatten optional null value in avro

The original flatten has the drawback of throwing NPE when nested optional schema has null value

How to use

add the following config to your connector

"transforms": "flattenAvro",
"transforms.flattenAvro.type": "org.sendoh.kafka.connect.transforms.FlattenAvro$Value",

About

flatten avro if it's nested, optional and null

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages