Hi,
I'm investigating if open source Airbyte can fit to our data architecture.
For now I need a data load from Kafka to Postgres. I've been able to prepare some basic connection, But how can I specify the data structure that would sync to Postgres table? I wonder how Airbyte recognize data structure from a specific Kafka topic.
To be clear - I've got a destination table DDL defined and I want to create a Kafka topic that would sync and fill the table.
Any help or source?
Thanks.