Seth Wiesman created FLINK-24834: ------------------------------------ Summary: Add typed builders to DefaultRollingPolicy Key: FLINK-24834 URL: https://issues.apache.org/jira/browse/FLINK-24834 Project: Flink Issue Type: Improvement Components: Connectors / FileSystem Affects Versions: 1.15.0 Reporter: Seth Wiesman Assignee: Seth Wiesman
The default RollingPolicy is configured based on durations and memory sizes, but these parameters are specified via longs (milliseconds and bytes). We can provide a better user experience by adding methods that accept `java.time.Duration` and `org.apache.flink.configuration.MemorySize` instead. -- This message was sent by Atlassian Jira (v8.20.1#820001)