This repository has been archived by the owner on Nov 11, 2022. It is now read-only.
Version 2.1.0 is based on a subset of Apache Beam 2.1.0. See the Apache Beam
2.1.0 release notes for additional change information.
Issues
Known issue: When running in batch mode, Gauge metrics are not reported.
Updates and improvements
- Added Metrics support for
DataflowRunner
in streaming mode. - Added
OnTimeBehavior
toWindowinStrategy
to control emitting ofON_TIME
panes. - Added default file name policy for windowed file
FileBasedSink
s which consume windowed input. - Fixed an issue in which processing time timers for expired windows were ignored.
- Fixed an issue in which
DatastoreIO
failed to make progress when Datastore was slow to respond. - Fixed an issue in which
bzip2
files were being partially read; added support for concatenatedbzip2
files. - Improved several stability, performance, and documentation issues.