juruoO-o opened a new issue, #13633: URL: https://github.com/apache/iceberg/issues/13633
### Proposed Change ## Problem Description Currently, Iceberg Kafka Connect only commits based on a fixed time interval (300,000ms by default). This can lead to: 1. **Delayed commits** when data volume is low 2. **Memory pressure** when data volume is high 3. **Suboptimal performance** in varying workload scenarios ## Proposed Enhancement Add additional commit triggers similar to Kafka's approach: ### Current Behavior ```java private static final int COMMIT_INTERVAL_MS_DEFAULT = 300_000; // Only time-based ### Proposal document _No response_ ### Specifications - [ ] Table - [ ] View - [ ] REST - [ ] Puffin - [ ] Encryption - [x] Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
