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

Transformer kinesis: Recover from losing lease to a new worker #962

Closed
istreeter opened this issue Jul 1, 2022 · 0 comments
Closed

Transformer kinesis: Recover from losing lease to a new worker #962

istreeter opened this issue Jul 1, 2022 · 0 comments
Milestone

Comments

@istreeter
Copy link
Contributor

This is similar to snowplow/enrich#649 where it is explained in detail.

The newer versions of transformer-kinesis are able to scale up to multiple concurrent instances. Therefore it must be resilient to autoscaling events, in which KCL workers steal leases from each other.

The simple solution is to catch and handle a ShutdownException when checkpointing a record

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

No branches or pull requests

1 participant