I am working on trying to get a PostgreSQL Sink connector setup. However the input data format options to not have JSON, or BYTES as an option. They only have AVRO, JSON_SR, and PROTOBUF.
Does anybody know if there is a roadmap for this preview connector on when the other formats will be available? Are there any workarounds to get this to work?
Or even possible an example on inserting some of these data formats using a C++ Producer.
I realized there is a note saying that the Schema Registry needs to be “enabled”, but do we utilize the Topic Schema tab, or the Schema Registry? If we use Schema Registry is there a way to say this applies to a specific topic or do we have to use schema referencing?
When you write the data, whether from a Producer API or with Kafka Connect source connector, you can serialise it as Avro, Protobuf, or JSON Schema - and this puts the schema into the Schema Registry.