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

compressing output to kinesis_streams #98

Closed
rgarcia opened this issue Feb 1, 2017 · 5 comments
Closed

compressing output to kinesis_streams #98

rgarcia opened this issue Feb 1, 2017 · 5 comments

Comments

@rgarcia
Copy link

rgarcia commented Feb 1, 2017

I see the deprecated kinesis type has a zlib_compression option, but that kinesis_streams does not have this option. What's the recommended way to compress data sent through kinesis_streams?

@riywo
Copy link
Contributor

riywo commented Feb 1, 2017

Unfortunately, it is not supported right now. If you need this feature, feel free to create a PR.

To prioritize, I'd like to understand what is the use case for compression.

@rgarcia
Copy link
Author

rgarcia commented Feb 1, 2017

@riywo a Kinesis stream charges/limits you based off of throughput in bytes. Compression saves bytes, which lets you send more data to a stream and also saves money 😄

@riywo riywo added this to the 2.0.0 milestone Feb 2, 2017
@riywo
Copy link
Contributor

riywo commented Feb 2, 2017

Got it. It totally makes sense. I'll try to make it in version 2.0.0.

@leamarty
Copy link

+1

@riywo
Copy link
Contributor

riywo commented Mar 13, 2017

#112

@riywo riywo closed this as completed Mar 13, 2017
@riywo riywo mentioned this issue Mar 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants