Skip to content

ramzanzan/cardpay_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The problem was solved in two ways:

1)  Spring Batch

    run: mvn clean package && java -jar target/*jar -Dspring.profiles.active=batch file

    Initially it was thought that Spring Batch would be the best choice.
    But it's impossible to implement Producer-Consumer pattern with multiply consumers
        within springBatch.Step without ruining it's philosophy.

2)  Homemade

    run: mvn clean package && java -jar target/*jar file

    reader-processors-writer threads linked by queues.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages