v0.21.4
pathwaycom/pathwayv0.21.4Apr 24, 2025by github-actions[bot]
AI Summary
Added static read mode support for Kafka and Redpanda connectors, and refactored the inactivity detection function to be a method for append-only tables.
Key Highlights
- Kafka and Redpanda connectors now support static mode.
- Inactivity detection is now a method for append-only tables using processing times.
New Features
- Static mode support for Kafka and Redpada readers.
- Inactivity detection as a table method.
Full Release Notes
### Added - `pw.io.kafka.read` and `pw.io.redpanda.read` now support static mode. ### Changed - The `inactivity_detection` function is now a method for append only tables. It no longer relies on an event timestamp column but now uses table processing times to detect inactivity periods.