Nikita Koksharov

Results 653 comments of Nikita Koksharov

I see that you print out a token in `public CompletionStage resolve(InetSocketAddress address) {` method. Add the username too to make sure that it's correct.

It should be a user Id. ```java String userId = "AWS user id"; String region = "AWS region"; String rgId = "AWS replication group id"; IAMAuthTokenRequest iamAuthTokenRequest = new IAMAuthTokenRequest(userId,...

Can you share the code to reproduce the issue?