close
Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
81 views

We run through a series of Spring Batch jobs, some normal some partitioned around a cluster. (still on Spring Batch 4.3.10). After a while (sometimes takes a couple of runs) we observe delays in the ...
Mike Rother's user avatar
0 votes
1 answer
107 views

I'm implementing Spring Batch remote partitioning with Spring Integration and Kafka as a middleware. Worker replies successfully arrive at the managerInboundReplies channel (confirmed via interceptor ...
Himanshu Dalal's user avatar
0 votes
3 answers
95 views

In the spring-batch-integration documentation https://docs.spring.io/spring-batch/reference/spring-batch-integration/sub-elements.html#asynchronous-processors for AsyncItemProcessor, the example shows ...
ALAN PAINTER's user avatar
0 votes
1 answer
296 views

StepBuilderFactory is deprecated and scheduled for removal in v5.2 in favor of using the StepBuilder. I use StepBuilder to build my steps. Now I want to implement asynchronous processors using ...
3omar's user avatar
  • 170
0 votes
1 answer
131 views

I’m working with a Spring Batch app that has around 30 jobs. Some jobs are dependent on others (e.g., Job B only runs after Job A completes), and all jobs run sequentially for ~500 accounts. To ...
Abhinavece's user avatar
1 vote
1 answer
151 views

Recently , I have migrated our application to java 17 with Spring 5.1.2 so Spring batch also got migrated from v4 to v5. Did the necessary changes as mentioned in guide book. However, During the first ...
Shaggy's user avatar
  • 11
0 votes
1 answer
465 views

Spring batch partition job which would have been in STARTED status due to server crash. Now if we change the status of both job execution and stop from STARTED to FAILED and call jobOperator.restart(...
Shreyas Holla P's user avatar
0 votes
1 answer
81 views

I am doing a Spring Batch application that have manager and worker using remote partitioning with ActiveMQ Arterims. I want my worker only consume the message from queue when its finished the remote ...
KCJJ's user avatar
  • 3
0 votes
1 answer
117 views

I am currently learning spring-batch-integration, and for that purpose I wanted to create an application that monitor a txt file in a specified directory, then if the file exists launch a batch job ...
of32 inc's user avatar
  • 143
0 votes
0 answers
88 views

Description of problem: In testing, I realized that I had a globally scoped bean "partitionHandler" of type o.s.b.i.p.MessageChannelPartitionHandler that needed to be step scoped. When I ...
pojo-guy's user avatar
  • 989
0 votes
1 answer
834 views

I wanted to checkout the remote partitioning setup in Spring Batch. I am using Spring Boot v2.7.2 & Kafka as middleware. I have used the ColumnRangePartitioner from the Spring Batch samples I am ...
AbNig's user avatar
  • 402
0 votes
0 answers
396 views

I have an FTP Streaming Inbound Channel Adapter from Spring Integration which produces message with payloads of type InputStream, letting files be fetched without writing to the local file system. @...
Jekshenov Chingiz's user avatar
1 vote
1 answer
248 views

Followup to Configuration of MessageChannelPartitionHandler for assortment of remote steps Even though the first question was answered (I think well), I think I'm confused enough that I'm not able to ...
pojo-guy's user avatar
  • 989
1 vote
0 answers
996 views

My Goal : Prevent batch Job from lunching while project startup. I want to run a batch job from spring boot project once in every one hour using @scheduled annotation. However the job is starting as ...
Santrupta Dash's user avatar
0 votes
1 answer
478 views

I'm using Spring Batch Integration for polling and process a SFTP server, we receive thousands of XMLs files (between 50MB ~ 200MB each file). Actually I'm running 6 instances of my app to process ...
Guilherme Bernardi's user avatar

15 30 50 per page