Hỏi & Đáp
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만건) }
- Lượt thích
- 0
- Số bình luận
- 1
- Lượt xem
- 367

