added links to blog posts

This commit is contained in:
Tom Hombergs
2018-01-08 22:51:48 +01:00
parent 2c775cdaa2
commit 3a6149b190
3 changed files with 11 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
This application implements an Event mechanism usable in Microservice environments.
## Companion Blog Article
The companion blog article to this repository can be found [here](https://reflectoring.io/event-messaging-with-spring-boot-and-rabbitmq/).
## Scenario
* a publisher publishes events with one of these topics

View File

@@ -2,6 +2,10 @@
This project shows how to implement tracing in a network of Spring Boot applications.
## Companion Blog Article
The companion blog article to this repository can be found [here](https://reflectoring.io/tracing-with-spring-cloud-sleuth/).
## Getting Started
This application is a service facing the user (a "downstream" service), meaning that
it accesses other upstream services to provide its functionality.

View File

@@ -2,6 +2,10 @@
This project shows how to implement tracing in a network of Spring Boot applications.
## Companion Blog Article
The companion blog article to this repository can be found [here](https://reflectoring.io/tracing-with-spring-cloud-sleuth/).
## Getting Started
This application is a service that's not facing the user (a "downstream" service), meaning that
it is accessed by user-facing services so they can provide their functionality.