Ori Popowski

Results 17 comments of Ori Popowski

@rmetzger Hi, why is this taking so long? Datadog is becoming the most popular monitoring system nowadays (the two previous companies I worked for used it) and I think tracking...

@rmetzger @zentol Hi, checking in to see where this is headed. Thanks!

Sad to see the project is not maintained anymore. It's the only async HTTP client in Java and it's used by a lot of projects. It's kind of unbelievable.

@hyperxpro That's great. Wish you the best of luck!

For anyone who needs a Scala version of @adrian-baker's snippet: ```scala class AssumeRoleCredentialsProvider extends AWSCredentialsProvider { private lazy val delegate: ProfileAssumeRoleCredentialsProvider = { val profiles = Seq( AwsProfileFileLocationProvider.DEFAULT_CONFIG_LOCATION_PROVIDER, AwsProfileFileLocationProvider.DEFAULT_CREDENTIALS_LOCATION_PROVIDER )...

Hi, where's the commit for the fix?