Application for testing and comparing different approaches to working with big load between several services.
Services:
- writer-service - send articles to article-editor-service
- article-editor-service - edit articles and then send them to publisher-service
- publisher-service - publish articles
Branches:
- first_approach - article-editor-service use @Async and thread pool for handling incoming article