OLake (v0.2.10 - v0.3.1)
October 31 β November 12, 2025
π― What's Newβ
Sourcesβ
- New Source Introduction -
Introduced Kafka as new source connector for OLake.
π§ Bug Fixes & Stabilityβ
-
Clear destination S3 Parquet path handling -
Fixed S3 Parquet path trimming in clear destination operations to properly handle whitespace in provided paths. -
Increase Iceberg commit timeout -
Extended Iceberg commit and write request timeout from 300s to 3600s to improve reliability for large data batches. -
Clear destination stream cleanup fix -
Corrected destination database checks so the streams are correctly detected and dropped during clear destination, ensuring complete cleanup. -
Kafka consumer balancing -
Updated balancer to assign consumer readers only to partitions with available data, preventing idle consumers from blocking on empty partitions and eliminating indefinite fetch waits until context cancellation.