You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make calls to endpoint discovery non-blocking for asynchornous clients (#5205)
* Make calls to endpoint discovery non-blocking for asynchornous clients
* Remove code style changed
* Added more tests and improved code style
* Removed changes to existing method code style
* Remove unnecessary code
* modify get method to use getKey
* Add Unit Tests
* Remove pom changes
* Added more tests
* Added Functional Test
* Added service dependencies
* Removed hacky test. Specified one time runnable integration test in pr description
* Added Functional tests
* Added timeout to test
* Remove Functional tests
* Rebased changes
* Modified test method to use assertThrownBy
Copy file name to clipboardExpand all lines: core/sdk-core/src/main/java/software/amazon/awssdk/core/endpointdiscovery/EndpointDiscoveryRefreshCache.java
+66-33Lines changed: 66 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -45,46 +45,28 @@ public static EndpointDiscoveryRefreshCache create(EndpointDiscoveryCacheLoader
0 commit comments