inflearn logo
Course

Course

Instructor

do's Posts

do do

@kdhkdh10301446

Reviews Written
1
Average Rating
5.0

Posts 2

Q&A

partitionStep의 itemReader에 관하여

질문자입니다.! itemReader의 선언부인 (1)쪽에 data fetch를 받는 경우에 깍 쓰레드가 패치를 모두 받아야 다른 쓰레드가 진행되고 있는데 이게 맞나요?? @StepScope @Bean fun reader( @Value("#{stepExecutionContext['minValue']}") minValue: Long? = null, @Value("#{stepExecutionContext['maxValue']}") maxValue: Long? = null, ): ItemReader { //다른 모듈에서 row fetch 1만건 진행 --(1) return ListItemReader(row fetch 1만건) }

Likes
0
Comments
1
Viewcount
367