-
Notifications
You must be signed in to change notification settings - Fork 84
Add support for AWS CRT Client #2434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 4.12.x
Are you sure you want to change the base?
Add support for AWS CRT Client #2434
Conversation
45d55ed to
742f364
Compare
|
Build is failing due to some issue with Kotlin and J25 |
aws-sdk-v2/src/main/java/io/micronaut/aws/sdk/v2/client/crt/AwsCrtClientConfiguration.java
Show resolved
Hide resolved
aws-sdk-v2/src/main/java/io/micronaut/aws/sdk/v2/client/crt/AwsCrtClientFactory.java
Show resolved
Hide resolved
|
target 4.12.x as base please |
done |
bce65fe to
afc4d4b
Compare
|
I just merged 4.12.x into the PR. That should solve that issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test fail with
Message: Multiple possible bean candidates found: [SdkAsyncHttpClient, SdkAsyncHttpClient]
The issue is both NettyClientFactory::nettyClient and AwsCrtFactory::awsCrtClient create clients.
#1617