https://github.com/himadieievsv/spring-batch-distributed-sample
Spring Batch - Remote Chunking
https://github.com/himadieievsv/spring-batch-distributed-sample
distributed-computing rabbitmq spring-batch spring-integration
Last synced: 7 months ago
JSON representation
Spring Batch - Remote Chunking
- Host: GitHub
- URL: https://github.com/himadieievsv/spring-batch-distributed-sample
- Owner: himadieievsv
- Created: 2019-10-23T07:05:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T05:25:47.000Z (about 6 years ago)
- Last Synced: 2025-07-04T20:52:02.846Z (7 months ago)
- Topics: distributed-computing, rabbitmq, spring-batch, spring-integration
- Language: Java
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Batch Remote Chunking Example
## Example of spring batch distribution using RabbitMQ
Implementation of Remote Chunking in order to scale processing.
## How to run:
* Run `docker-compose up -d`
* Load ENV variables from `env-consumer` and `env-producer` files.
* Run disarable amount of `me.flash.distributedbatch.consumer.ConsumerApplication` application instances:
`gradle consumer:bootRun`.
* Run `me.flash.distributedbatch.producer.ProducerApplication` application: `gradle producer:bootRun`.
* Profit