Ikhun Um

Results 191 issues of Ikhun Um

It would be useful to have a `GrpcHealthcheckedEndpointGroup` to use gRPC health checks in the Armeria gRPC client. ```java public class GrpcHealthcheckedEndpointGroupBuilder extends AbstractHealthCheckedEndpointGroupBuilder { protected abstract Function

new feature
priority: P2

Currently, `Backoff` can be created from a backoff spec or factory methods. Builders for various backoff implementations to fluently build them should be useful. Related work: https://github.com/googleapis/google-http-java-client/blob/9c47ab68b41353b2331568f5b3ef5610ea4b9feb/google-http-client/src/main/java/com/google/api/client/util/ExponentialBackOff.java#L266

new feature
good first issue

When a server is overloaded by incoming requests, the system can maintain its essential functions and prevent cascading failures by shedding less critical loads first. We may provide a new...

new feature

Motivation: - There is no easy way to test Git mirroring configurations. - Some users may want to run Git mirroring manually instead of using the periodic scheduler. Modifications: -...

new feature

The information about the current page should be set to `` tag. https://react.dev/reference/react-dom/components/title

improvement

When mirroring a Git repository, a target directory can be set with `localPath` but a file can't be set. https://line.github.io/centraldogma/mirroring.html#setting-up-a-mirroring-task

improvement

Currently, Armeria’s gRPC implementation does not fully support gRPC [service config](https://grpc.io/docs/guides/service-config/). To achieve full support, the following features need to be implemented first: - https://github.com/line/armeria/issues/5200 - https://github.com/line/armeria/issues/5930

new feature
priority: P1

Motivation: Since `InboundTrafficController` operates at the TCP level, it isn't aligned with HTTP/2 flow control. As a result, a stream may receive more than its stream window size allows and...

defect

Motivation: `ClosedSessionException` occurred intermittently when sending multiple HTTP/1 requests concurrently. TCP dump showed that the server sent a response, but Nett's `LoggingHandler` did not log a READ event. This may...

defect

``` org.awaitility.core.ConditionTimeoutException: Condition was evaluated in 105 milliseconds which is earlier than expected minimum timeout 1 seconds at app//org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:172) at app//org.awaitility.core.CallableCondition.await(CallableCondition.java:78) at app//org.awaitility.core.CallableCondition.await(CallableCondition.java:26) at app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160) at app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129) at app//com.linecorp.armeria.server.websocket.WebSocketServiceHttp2RequestCompleteTest.closeAfterTimeoutWhenCloseFrameIsNotSent(WebSocketServiceHttp2RequestCompleteTest.java:124) at...

cleanup