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

Support initial timestamp in shard iterator #1

Merged
merged 3 commits into from
Jul 23, 2019

Conversation

ashanbrown
Copy link

@ashanbrown ashanbrown commented Jul 22, 2019

Also allow context to pass through to aws sdk so we can cancel stalled requests. Kenesalite currently hangs on AT_TIMESTAMP requests when it has no work (see mhart/kinesalite#84).

The reason for this change (and the fork) is to be able to poll kinesis at intervals, which is more energy efficient than polling it constantly.

Copy link

@mike-zorn mike-zorn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Will you submit upstream?

@ashanbrown
Copy link
Author

I'm not sure about submitting upstream. The context change seems sort of fundamental and inconsistent (since i'm not doing it all places).

@ashanbrown ashanbrown merged commit 3e82db2 into master Jul 23, 2019
@ashanbrown ashanbrown deleted the ashanbrown/add-timestamp branch July 23, 2019 00:43
@ashanbrown ashanbrown restored the ashanbrown/add-timestamp branch August 9, 2019 14:55
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.

3 participants