Tadaya Tsuyukubo

Results 17 issues of Tadaya Tsuyukubo

I created [a small project](https://github.com/ttddyy/spring-native-aop-sample) and played around AOP with Spring Native. ## Sample Classes Interface based service: ```java public interface HelloService { String hello(); } public class HelloServiceImpl implements...

type: enhancement

Added `on_callback_error` on Consumer. The registered function is invoked when one of the consumer callback functions have failed(throw exception). When True is returned from the function, it will continue the...

Status: Needs Rebase
Component: Consumer

Method to evict(invalidate/purge) connections currently in pool. In-use connections need to be invalidated after it is released. Or user should be able to define the behavior by passing parameter or...

According to https://github.com/reactor/reactor-pool/issues/34, I read there are 3 timeout: 1. Timeout for getting actual resource from allocator. (connection from `ConnectionFactory`). => use `PoolBuilder.from(allocator.timeout())` 2. the pool is depleted and resources...

Methods to suspend/resume the pool. Behavior needs to be defined when a connection is requested while pool is suspended.(wait(block) or error)

Hi, I don’t think we have changed anything on “java.net.m1” repository, but following call fails: ``` java RepositoryHandle repositoryHandle = artifactory.repository("java.net.m1"); repository = repositoryHandle.get();

## Motivation When application gets certain size, MDC becomes one of the requirement for operational perspective. I think it is an area lacking a support now. People usually search how...

`@JsonTest` and json testers are hidden gems for tests with json. ## Background I have seen many test classes that create their own `JsonUtils` to load json files. The JSON...

type: enhancement
status: on-hold

While upgrading Spring Boot from 2.6 to 2.7, one of our tests started failing. The test verifies thread switching with `WebClient` for OAuth2 client in the servlet environment. This happens...

type: bug
status: feedback-provided

Tracing instrumentation for gRPC based on https://github.com/micrometer-metrics/micrometer/pull/3510.