Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- micrometer tracing
- list
- ResponseBody
- java list
- java.util.list
- java
- HashMap
- b3-propagation
- elasticsearch
- Sleuth
- awssecretsmanagerpropertysources
- SpringMVC
- CompletableFuture
- asyncconfigurer
- map
- kotlin
- jpa
- @FunctionalInterface
- aws secretmanager
- spring MVC
- Spring JPA
- asynccustomautoconfiguration
- traceasynccustomautoconfiguration
- Spring Boot
- EnableWebMvc
- traceId
- java lambda
- DeferredImportSelector
- spring3 spring2 traceid
- spring
Archives
- Today
- Total
목록2024/10 (1)
du.study기록공간
Spring Cloud Sleuth를 적용할때 AsyncConfigurer를 구현하는 @Configuration이 있다면
Spring Cloud Sleuth를 적용하는 과정에 확인한 간단한 에러를 기록해보고자 합니다. (나중에 또 기억 못할까봐) 기존 코드에는 비동기관련 Configuration이 있었고, AsyncConfigurer를 implements한 AsyncConfigurer 를 상속해놓은 Configuration이 있었습니다. 해당 코드에서는 기본 구현체 외에도 별도로 쓰레드풀을 선언한 상태였습니다.@Configuration@EnableAsyncpublic class AsyncConfiguration extends AsyncConfigurerSupport { @Override public Executor getAsyncExecutor() { ThreadPoolTaskExecutor exec..
스프링
2024. 10. 16. 19:41