Trustin Lee

Results 147 issues of Trustin Lee

Let's imagine an API gateway with some schema validation where each route has its own schema for its request body. The list of routes and schemas are retrieved in runtime...

new feature
priority: P1

See https://hotswapagent.org/ for more information. We could restart Server or ClientFactory, etc.

new feature
priority: P3

[Source](https://github.com/line/armeria/actions/runs/13783568710/job/38546345400?pr=6155#step:10:1313) ``` WebSocketServiceHttp2RequestCompleteTest > closeAfterTimeoutWhenCloseFrameIsNotSent() FAILED org.awaitility.core.ConditionTimeoutException: Condition was evaluated in 100 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)...

cleanup

There's currently no public API for a user to build a new `AddressResolverGroup` and `AddressResolver` instance of Armeria's default resolver implementation. Some users, including @yzfeng2020, for example, had to fork...

new feature

Some customers want to store binary files in CD. I think it's fine as long as it's not too large. Related issue: #35 because binary files tend to be larger...

new feature
priority: P1

Currently, there's no automated way to set up a new replica or to replace a broken replica. A user has to perform `rsync` from an existing healthy replica's data directory...

new feature
priority: P1

### Description Thanks a lot for maintaining the Docker image first of all. The only missing piece for me is a way to specify the following share options: - `store...

kind/enhancement
status/triage