https://github.com/pmlopes/reactive-microservice-design
https://github.com/pmlopes/reactive-microservice-design
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmlopes/reactive-microservice-design
- Owner: pmlopes
- Created: 2017-10-20T20:12:07.000Z (over 8 years ago)
- Default Branch: monolith
- Last Pushed: 2017-11-16T19:58:14.000Z (over 8 years ago)
- Last Synced: 2025-05-08T01:01:56.614Z (about 1 year ago)
- Language: Java
- Homepage: https://www.jetdrone.xyz/reactive-microservice-design
- Size: 61.5 KB
- Stars: 8
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eclipse Vert.x Reactive Microservices Tutorial
This document contains the notes for the reactive microservices tutorial. When you checkout the code initially you will
find that the default branch is called "monolith". This is the initial application that does not follow a reactive
microservice architecture that we will refactor.
Most of the code is already provided and there are 13 TODOs that you are required to implement/fix. You can find an
overview of these TODOs on the [github pages link](https://pmlopes.github.io/vertx-reactive-microservices).
If you find youself blocked you can always refer to the branches:
* monolith - this branch
* master - the basic solution
* high-availability - improvements on master to show how the application can be resilient