spring-projects / spring-batch

Spring Batch is a framework for writing batch applications using Java and Spring
http://projects.spring.io/spring-batch/
Apache License 2.0
2.7k stars 2.33k forks source link

Missing examples of remote chunking/partitioning configuration with the batch-integration XML namespace #3858

Open fmbenhassine opened 3 years ago

fmbenhassine commented 3 years ago

As of 4.3, the section related to RemoteChunking[Manager/Worker]Builder and RemotePartitioning[Manager/Worker]Builder APIs provides only the Java configuration style for code examples. The equivalent XML samples based on the batch-integration namespace are missing (hence selecting the XML toggle at the top of the page stills shows the Java config style).

Reference: https://stackoverflow.com/questions/66343966

pennantdigital commented 2 years ago

Hi Mahmoud,

We are searching for XML configuration sample for Spring remote partitioning but unfortunately couldn't find the same.

Can you please kindly share the same.