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
- b3-propagation
- elasticsearch
- spring3 spring2 traceid
- ResponseBody
- spring
- micrometer tracing
- spring MVC
- asynccustomautoconfiguration
- list
- traceasynccustomautoconfiguration
- DeferredImportSelector
- kotlin
- EnableWebMvc
- traceId
- aws secretmanager
- Sleuth
- Spring JPA
- @FunctionalInterface
- java
- HashMap
- java list
- asyncconfigurer
- CompletableFuture
- awssecretsmanagerpropertysources
- jpa
- Spring Boot
- java lambda
- SpringMVC
- map
- java.util.list
Archives
- Today
- Total
목록traceasynccustomautoconfiguration (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