-
Notifications
You must be signed in to change notification settings - Fork 30
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
Right way to close a Kinesis stream #23
Comments
Hmmm, interesting. Does it continue to happen if you do: |
(sorry, that should be |
It stops consuming the stream, but still consumes CPU.
|
What's the right way to close the stream then? |
Itamar, I tried using DeleteStream and was unsuccessful. I documented my method and failure in #28 |
@chody-h this is about closing the stream resource, not deleting the stream |
Hi,
What is the right way to close/terminate a Kinesis stream?
I would like a Kinesis stream to stop consuming any resources.
I'm using only the readable part of the stream, and I tried to pause and destroy it, remove all listeners etc but I still see my process consuming much more resources than before I initialize the Kinesis stream.
Thanks.
The text was updated successfully, but these errors were encountered: