redis / riot

🧨 Get data in & out of Redis with RIOT

Home Page:http://redis.github.io/riot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose maxItemCount in FileImportCommand

aterleto opened this issue · comments

Hi Julien, can we please pass-through the maxItemCount Spring Batch configuration option so multiple RIOT processes can be deployed in parallel to shard/partition file import across multiple machines?

Added method FileImportCommand.getFlatFileOptions().setMaxItemCount(int count)