GitHub user wuchong added a comment to the discussion: Full automatic dynamic lakehouse sink
Hi @hpvd, The current lakehouse integration in Fluss is indeed **"dynamic"**, as you expected: - **Automated schema evolution**: Any schema changes to a Fluss table are propagated to the corresponding Iceberg table in real time. - **Automated new table tiering**: Any new Fluss table with `table.datalake.enabled=true` is automatically tiered to an Iceberg table by the Tiering Service (you don't need to start new jobs for the Tiering Service). - **Routing multiple types from a single topic**: This is **not supported** in Fluss, as Fluss follows a **schema-centric table model**, each table has a well-defined schema, and Fluss does not mix records of different tables within one table. GitHub link: https://github.com/apache/fluss/discussions/2011#discussioncomment-15465878 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
