Hi,

I’m wondering if the following is feasible…
I have a json document with pretty much 0 schema. The only thing I know for
sure is that it’s a json document.
My goal is to pipe that json document in a postgres table that has two
columns: id and json. The id column is basically topic+partition+offset (to
guarantee idempotence on upserts), and the json column is basically the
json document

Is that feasible using the out of the box JDBC connector? I didn’t see any
support for “json type” fields

Thanks,
Stephane

Reply via email to