Issei Miyoshi
Issei Miyoshi
Motivation: Please refer to #4382 Modifications: - Add `HttpStatusPredicate` and `HttpStatusClassPredicate` class to deserialize non-OK JSON response - Add some methods to specify what type of response is allowed Result:...
For more information, please refer to #6091 . RELEASE NOTES: none
This PR adds an internal-only generic pub-sub type API. Please refer to [this conversation](https://github.com/grpc/grpc-go/pull/6036#issuecomment-1488895547) in https://github.com/grpc/grpc-go/pull/6036 . RELEASE NOTES: none
RELEASE NOTES: - Provide an internal-only API to report connectivity state changes on the ClientConn ### Motivation: Please refer to #5818 ### Modifications: - Add `internal/clientutil/connectivity_state_pubsub.go` - Add `publisher` to...
Motivation: #5283 Modifications: - Refactor like separating onResponse into `onResponseOnClientSide` and `onResponseOnServerSide` in `RequestMetricSupport` - Add `failureAttempts(Throwable error)` method in `ClientRequestMetrics` and Change to record causes of failed attempts in...
Motivation: #5033 API design note: - `TlsKeyPair` represents a pair of `PrivateKey` and `X509Certificate` chain. - This API is used as an official key pair type in Armeria. - All...
Motivation: Please refer to #4382 Modifications: - Add some methods to specify what type of response is allowed - Add `HttpStatusPredicate` and `HttpStatusClassPredicate` class to deserialize non-OK JSON response for...
Motivation: #5283 Modifications: - Separating `onResponse` into `onResponseOnClient` and `onResponseOnServer` as refactoring - Add `failureAttempts(Throwable error)` and `failureAttempts(HttpStatus httpstatus)` at `ClientRequestMetrics` and make us enable to record causes of failed...
Motivation: #5769 Modifications: - Added tearDown method with `@AfterEach` in order to reset each count variables used in tests When executing this test in my local env, this test succeeded...
Motivation: Please refer to issue #5759 Modifications: - Refactored original logics of collecting decorator in order to remove side effects as much as possible. - Added `addtivity` flag to `DecoratorFactory`...