Implementation of Remote Chunking in order to scale processing.
- Run
docker-compose up -d
- Load ENV variables from
env-consumer
andenv-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