thiagotnunes opened a new pull request #16467:
URL: https://github.com/apache/beam/pull/16467
Adds the DetectNewPartitions SDF. This component will be responsible for:
- Emitting a watermark based on the min of all unfinished partitions in
the metadata table.
- Querying all partitions in the CREATED state.
- Updating the created partitions to SCHEDULED state.
- Emitting the scheduled partitions to the PCollection.
This SDF will run periodically as based on the configured resume interval
(default is 100ms, best effort).
Adds the full class of all the metrics that we might expose from the
Connector.
--
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]