Dmytro Obodowsky

Results 14 comments of Dmytro Obodowsky

@stefanbirkner I have local build for my project, no urgency. I will make separate PR for the naming issue

Since we don't know if the key is not present in advance, the way to fix this is to check the exception and return an empty stream if the exception...

I am not convinced that InvalidRange ALWAYS means no key to read.

Hi Steven. Well, you can potentially do this. there are 2 factory methods for kinesis fs2 steams - [Default](https://github.com/laserdisc-io/fs2-aws/blob/main/fs2-aws-kinesis/src/main/scala/fs2/aws/kinesis/Kinesis.scala#L125) - [One that allows scheduler factory customization ](https://github.com/laserdisc-io/fs2-aws/blob/main/fs2-aws-kinesis/src/main/scala/fs2/aws/kinesis/Kinesis.scala#L116) The default one...

@stevebakh hi Steve, here is new proposal on how to build kinesis streaming #1030

Issue should be addressed after SDK V2 migration

You are right, there is no need to wrap it into effect

@wim82 i recently upgrader AWS SDK dependency on latest one, can you check with latest fs2-aws SNAPSHOT ?

I think things changed since this Issue was create, we migrated to SDK V2. But the problem still here https://github.com/laserdisc-io/fs2-aws/blob/master/fs2-aws-s3/src/main/scala/fs2/aws/s3.scala#L115 I see the necessity of better control of the AWS...

well, we might want to expose the Requests contractions to the user (developer), i'm just thinking of better way doing this. In this particular case we have to expose several...