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

Spring Batch + YugabyteDB + HikariCP — EOFException when updating STEP_EXECUTION_CONTEXT after long-running batch Environment Spring Boot: 3.5.4 Spring Batch: Partitioned job with multiple threads ...
user3301213's user avatar
0 votes
0 answers
75 views

I'm trying to run a job using Spring Batch 5 using h2 embeded db but i continue having a problem. Seems the spring batch h2 databse script isn't loaded. This is my configuration class: package ****....
Removed's user avatar
Best practices
0 votes
2 replies
49 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
86 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
49 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
46 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
62 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
0 votes
0 answers
47 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
78 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
53 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
93 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
1 vote
2 answers
122 views

I'm trying implementing scheduled batch job with Spring-batch@latest and Scheduler@latest. Both batch job and scheduler trigger work fine collectively. The problem occurs when I put @Scheduled on the ...
dokimyj's user avatar
0 votes
1 answer
153 views

We have a standalone Spring Boot application (previously on Spring Boot 2.x.x) that runs scheduled jobs using Spring Batch. We run a large number of batch jobs, and multiple jobs can be triggered at ...
k9yosh's user avatar
  • 888
0 votes
0 answers
88 views

Problem When my ItemReader.read() throws an exception, the step is marked FAILED. In my afterStep listener I try to override it with: stepExecution.setStatus(BatchStatus.COMPLETED); stepExecution....
Nipun Kumar's user avatar
0 votes
1 answer
146 views

After updating to Spring Boot 3.4.3 and consequently to Spring Batch 3.5.5, I started getting an error when starting the Job. Previously, I used Spring Batch 2.6.4 and there were no errors. Job config:...
R1zen's user avatar
  • 133

15 30 50 per page
1
2 3 4 5
573