birdiecare / connect-smts

Kafka Connect SMTs
MIT License
17 stars 1 forks source link

Add option to convert numbers to doubles in JSON structs #5

Closed ChloePont closed 3 years ago

ChloePont commented 3 years ago

When convert-numbers-to-double is set to true, all number fields in structs are converted to double. This avoids compatibility errors when some fields can contain both integers and floats.