Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Add UnboundedCountingInput#withRate #319

Merged
merged 1 commit into from
Jun 28, 2016

Conversation

tgroh
Copy link
Contributor

@tgroh tgroh commented Jun 28, 2016

The rate controls the speed at which UnboundedCountingInput outputs
elements. This is an aggregate rate across all instances of the
source, and thus elements will not necessarily be output "smoothly",
or within the first period. The aggregate rate, however, will be
approximately equal to the provided rate.

Add package-private CountingSource#createUnbounded() to expose the
UnboundedCountingSource type. Make UnboundedCountingSource
package-private.

Backports apache/beam#17

The rate controls the speed at which UnboundedCountingInput outputs
elements. This is an aggregate rate across all instances of the
source, and thus elements will not necessarily be output "smoothly",
or within the first period. The aggregate rate, however, will be
approximately equal to the provided rate.

Add package-private CountingSource#createUnbounded() to expose the
UnboundedCountingSource type. Make UnboundedCountingSource
package-private.
@tgroh
Copy link
Contributor Author

tgroh commented Jun 28, 2016

R: @dhalperi

@tgroh
Copy link
Contributor Author

tgroh commented Jun 28, 2016

R: @bjchambers

@dhalperi dhalperi merged commit 0ab2872 into GoogleCloudPlatform:master Jun 28, 2016
bjchambers pushed a commit to bjchambers/DataflowJavaSDK that referenced this pull request Jul 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants