Closed tglunde closed 3 years ago
Hey @tglunde,
I have totally misread your comment.
That is great news! Storing the Avro schema as an additional metadata would help!
Please feel free to send the pull request!
Hey @ilikutle, @tglunde,
Thanks again! This is now merged in #18.
Cool, thx! What is the current road map to releasing this?
I want to update the Kafka versions (#14) so that it is included in the next release.
But we do not have to wait for it, please let me know if you prefer another release early.
Hey @tglunde, @ilikutle,
I have released a new version that includes these changes! Please give it a try!
And thanks for your contributions!
Having an option to import the JSON from the kafka message as-is into a VARCHAR(2000000) field will provide more flexibility to read JSON data downstream using JSON functions JSON_VALUE and JSON_EXTRACT. We are currently implementing this and would like to provide a pull request once finished.