Nikita Koksharov
Nikita Koksharov
Try to reduce connections amount in Redisson config
I mean reducing the connection pool size in the Redisson configuration.
try to use connections pool size with 5 or 10. Is there any connections limit on AWS side?
Can you see at least one successful connection in the logs?
> WRONGPASS invalid username-password pair or user is disabled Did you check the credentials?
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,...
Something is interrupting the caller thread.
Can you share a full stacktrace?
Can you share the code to reproduce the issue?