Skip to content

Commit

Permalink
Updated versions and goal.
Browse files Browse the repository at this point in the history
  • Loading branch information
dleclercpro committed Nov 24, 2023
1 parent 8e096f1 commit 5820445
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Apps/Broker/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Apps/Broker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "event-driven-architecture-playground--broker",
"version": "1.0.1",
"version": "1.1.0",
"author": "David Leclerc",
"main": "./src/index.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions Apps/Common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Apps/Common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "event-driven-architecture-playground--common",
"version": "1.0.1",
"version": "1.1.0",
"author": "David Leclerc",
"main": "./src/index.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions Apps/Delivery/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Apps/Delivery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "event-driven-architecture-playground--delivery",
"version": "1.0.1",
"version": "1.1.0",
"author": "David Leclerc",
"main": "./src/index.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions Apps/Order/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Apps/Order/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "event-driven-architecture-playground--order",
"version": "1.0.1",
"version": "1.1.0",
"author": "David Leclerc",
"main": "./src/index.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions Apps/Payment/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Apps/Payment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "event-driven-architecture-playground--payment",
"version": "1.0.1",
"version": "1.1.0",
"author": "David Leclerc",
"main": "./src/index.ts",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ Below is a diagram of the event flow implemented in this app. Each square repres

## Version Goals
- v1.0.0: Deploy a containerized set of microservices, which communicate together using an EDA.
- v1.1.0: Introduce a load balancer container, which redirects requests to the appropriate services.
- v1.1.0: Gracefully handle server shutdowns.
- v1.2.0: Introduce a load balancer container, which redirects requests to the appropriate services.

0 comments on commit 5820445

Please sign in to comment.