Kero / 케로
Results
1
comments of
Kero / 케로
My writer makes requests to an external server over the network, rendering transaction rollback completely ineffective. ```java new StepBuilder("step", jobRepository).chunk(3, this.transactionManager) .reader(itemReader()) .processor(itemProcessor()) .writer(itemWriter()) .faultTolerant() .skip(Exception.class) .build(); ``` Recovery is...