amazon-archives / kinesis-storm-spout

Kinesis spout for Storm
Other
106 stars 64 forks source link

Feature request: support for de-aggregation #30

Open atorstling opened 8 years ago

atorstling commented 8 years ago

Hello! I was wondering what your views are on de-aggregation. There doesn't seem to be any support in the current version, is this something you have considered?

Best regards

benaltar commented 8 years ago

Hi @atorstling, can you email me at benaltar@amazon.com, would love learn more about your use case that requires de-Agg via storm

srivikarthik commented 7 years ago

I do have a similar request. But as of now I have used custom deserializer to accomplish it. The KPL client has aggregation ON and reading from kinesis spout returns "aggregated data". It would be really helpful if aws-sdk in kinesis spout supports de-aggregation