Georg Boegerl is currently analyzing data in Kafka by streaming it into PostGres with generic tables. He creates a table for every topic with columns: kafka_key VARCHAR, kafka_ts TIMESTAMP, kafka_payload JSONB, kafka_headers JSONB. He is wondering if he can achieve a similar setup using the Kafka source connector.
Georg Boegerl
Asked on Nov 20, 2023
v1.6.0
of RisingWave, which will include this feature.v1.7.0
.