Kazuhiro Sera
Kazuhiro Sera
I would like to support FIFO queues as well. When I created this library, the feature was still unavailable. That's the reason why the feature is absent.
I'm afraid that it seems like happening due to Spark scala shell. I was not able to reproduce the situation on the standard REPL. ``` $ java -version java version...
The purpose to have `CredentialsProvider` is to avoid any effects by AWS SDK's API changes. But I can understand your point. Initially, this library's goal is providing easy-to-use / handy...
@adamnfish Thank you for your suggestion. I would like to understand your intention correctly. Do you mean that you're willing to improve `CredentialsLoader` to hold a singleton `AWSCredentialsProvider` instance to...
Thank you for the detailed and clear explanation on this issue. I believe that I understood your points for sure. First of all, your pull request #181 looks reasonable and...
@davecromberge I've already published 0.8.0 😄 If you have some idea to add or find any problems with 0.8.0, please let me know. I will work on 0.8.1 release at...
> It's some bug in AWScala or am I using it wrong? I'm not sure. Please figure out the cause if you have time.
> Would you consider breaking out the dependencies into more modular pieces? Indeed, it's possible but that will make library release heavier than now. I know some users use this...
It may be fine. What do you think? @takezoe
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...