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

Add check for kinesis scaling action #15

Open
colmsnowplow opened this issue Sep 14, 2022 · 0 comments
Open

Add check for kinesis scaling action #15

colmsnowplow opened this issue Sep 14, 2022 · 0 comments

Comments

@colmsnowplow
Copy link

Currently we rebalance shards any time we notice kinesis shard counts change. We have noticed that at high shard counts (100+), kinesis' scaling can take a very long time - up to a couple of hours - before the shard count is stable again.

This will cause kinsumer to constantly stop-start itself, which can be an issue for apps using it.

One solution to work around this is to check the stream status at the same time that we check the shard count, and only rebalance once it's done scaling.

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