Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
80 views

I am trying to run a separate instance of a Spring Batch job for every file, up to 20 at a time. For some reason, the job is being launched with the same parameters multiple times (same filename + ...
oe a's user avatar
  • 2,300
0 votes
0 answers
25 views

I have recently upgraded my test app to Spring Boot 4.0.2 (transitively upgraded my batch version to 6.0.2). Since the JobLauncherTestUtils is deprecated since 6.0 version, I'm trying to use the ...
Vinod Somu's user avatar
Best practices
0 votes
0 replies
112 views

I am building a Spring Boot 4.0.1 application using Spring Batch 6.0.1 to ingest bank transactions from multiple CSV sources (specifically N26 and Revolut). The Problem The files are all dropped into ...
Giovarco's user avatar
-3 votes
1 answer
129 views

I am trying to set up a Spring Batch project using Spring Boot 4.0.0 The application starts successfully, but the standard Spring Batch meta-data tables (e.g., BATCH_JOB_INSTANCE, BATCH_JOB_EXECUTION, ...
youssef_ehab's user avatar
Best practices
0 votes
2 replies
56 views

Currently, I have a Java Spring Batch source code that contains multiple batch jobs, with their execution schedules configured directly in the code. The application is currently running on a Windows ...
CHAU VU LUAN's user avatar
1 vote
2 answers
140 views

I'm trying to pass job parameters from a REST controller to a batch job reader in Spring Boot Batch 6.x, but the parameters are always null in the reader. I'm using @StepScope and SpEL expressions as ...
Mohamed Assedmer's user avatar
Best practices
0 votes
2 replies
53 views

I have a validation use-case where an input file contains a list of records that were updated at a certain timestamp. I need to verify that the data in the file matches the data stored in Couchbase. ...
Prudhvi Bellam's user avatar
Best practices
0 votes
1 replies
98 views

I’m migrating batch insert code from Hibernate 4 to Hibernate 5.1 and want to confirm the correct transactional pattern for StatelessSession. Legacy code (Hibernate 4): @Transactional public void ...
avi_panday's user avatar
Best practices
0 votes
0 replies
74 views

I am using a Postgres database. I have configured it to support multi-tenancy with a different schema for each tenant. Overnight, my Spring Boot application runs several processes in parallel (around ...
Kaiak's user avatar
  • 112
Best practices
0 votes
2 replies
48 views

A CSV file needs to be processed using Spring Batch where multiple rows could be grouped based on a field value. In the below sample, two lines in the CSV have the same GROUP_NAME with the value ...
pradhan's user avatar
  • 43
0 votes
0 answers
71 views

I am upgrading an app to newest Spring Boot 3, and because of that Spring Batch is upgraded to 5.2.3 (from 4.3.10). The application did not persist batch states previously, it was using the "map ...
riskop's user avatar
  • 1,839
1 vote
1 answer
65 views

I configured a StaxEventItemWriter like this: @Bean public StaxEventItemWriter<Foo> fooWriter() { return new StaxEventItemWriterBuilder<Foo>() .name("fooWriter") ...
Dimitri Mestdagh's user avatar
0 votes
0 answers
79 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
78 views

I am using Spring Batch for the first time. Currently, my setup is as follows: one Kafka reader, one item processor, one JDBC writer (custom one) the Kafka reader reads items from Kafka chunk size is ...
Walnussbär's user avatar
0 votes
1 answer
101 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

15 30 50 per page
1
2 3 4 5
…
572