seratch/AWScala

Merge in Kinesis implementation?

colindean opened this issue · 3 comments

https://github.com/bizreach/aws-kinesis-scala provides "jp.co.bizreach" %% "aws-kinesis-scala" and seems to have a very similar implementation style.

Maybe it could be or serve as the basis of implementing Kinesis support?

It may be fine. What do you think? @takezoe

aws-kinesis-scala consists the core module and the spark support module. I think the core module can be merged with AWScala basically, but it contains not only Scala wrapper of AWS-SDK but some additional features like automatic retry fashion. I'm not sure these features should be merged.

Thank you for your detailed explanation. I prefer a simple wrapper of Java SDK.

Anyway, if somebody makes a pull request to merge a Kinesis module, I am willing to merge it regardless of whether it's based on aws-kinesis-scala or not.