TTL
Fluss supports TTL for data by setting the TTL attribute for tables with 'table.log.ttl' = '<duration>'
(default is 7 days). Fluss can periodically and automatically check for and clean up expired data in the table.
For log tables, this attribute indicates the expiration time of the log table data. For primary key tables, this attribute indicates the expiration time of their binlog and does not represent the expiration time of the primary key table data. If you also want the data in the primary key table to expire automatically, please use auto partitioning.