Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Support GZIP+JSON decoding for Cloudwatch logs subscriptions #1

Open
cmerrick opened this issue Jul 28, 2015 · 2 comments
Open

Support GZIP+JSON decoding for Cloudwatch logs subscriptions #1

cmerrick opened this issue Jul 28, 2015 · 2 comments

Comments

@cmerrick
Copy link

Per this AWS doc the Cloudwatch Logs Subscription feature gzips the data it puts into kinesis.

This library can't currently support this use case.

@cmerrick
Copy link
Author

I'll build this out. I'm debating between making decoders generally composable vs. building a single specific gzip+json decoder. Recommendations appreciated.

@shubhamtagra
Copy link

Maybe you can extend the existing JsonDecoderModule

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants