Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove sleep from CfgTick reader/source #457

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

remove sleep from CfgTick reader/source #457

wants to merge 1 commit into from

Conversation

ameihm0912
Copy link

Creating as a draft for now,

This removes the thread sleep from the UnboundedSource advance interface. This seems to not be required, however the behavior of the advance method is dependent on the runner being used. The direct runner will apply an exponential backoff on repeated advance calls that return false. Dataflow seems to handle this differently.

PR'ing as a draft until we can get a bit more information together on the proper way to handle scenarios where the underlying source has no elements to provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant