Skip to content

Custom consumer state check-pointing #29

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

kevinballard
Copy link

  • Add the ability to save a custom consumer state along with the log offset, allowing for stateful consumers to stop and resume gracefully
  • Maintains the original API when using KinesisConsumer directly as an iterator
  • Also emit shard_id with the "rich" generator
  • Allow an optional consumer name so that state for multiple consumers of the same stream can exist in the same DynamoDB table
  • Update README examples to Python 3

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