Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
java.lang.AssertionError:
Expecting actual:
[Endpoint{2.2.2.2:30000, weight=1000}, Endpoint{3.3.3.3:30000, weight=1000}]
to contain exactly in any order:
[Endpoint{2.2.2.2:30000, weight=1000},
Endpoint{3.3.3.3:30000, weight=1000},
Endpoint{4.4.4.4:30000, weight=1000}]
but could not find the following elements:
[Endpoint{4.4.4.4:30000, weight=1000}]
at com.linecorp.armeria.client.kubernetes.endpoints.KubernetesEndpointGroupMockServerTest.lambda$createEndpointsWithNodeIpAndPort$5(KubernetesEndpointGroupMockServerTest.java:143)
at org.awaitility.core.AssertionCondition.lambda$new$0(AssertionCondition.java:53)
at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:248)
at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:235)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)