Are real time data queries already available?
And is CDC table ingestion on the roadmap? In my particular use case I need to synchronize some tables living inside postgres into a duckdb counterpart. Then I would need to join the incoming stream with those tables in order to obtain some data.
The tables are streamed out onto Kafka topic using debezium CDC adapter