redis/spring-batch-redis

Make `KeyValueItemReader` fault-tolerant

jruaux opened this issue · 0 comments

KeyValueItemReader uses an internal spring batch job to iterate over Redis keys and read values. That job should be tolerant to exceptions that might arise during reading or writing