From 3a6149b190ae6da8193479849f2989de3a089bfd Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Mon, 8 Jan 2018 22:51:48 +0100 Subject: [PATCH] added links to blog posts --- spring-boot/rabbitmq-event-brokering/README.md | 3 +++ spring-cloud/sleuth-downstream-service/README.md | 4 ++++ spring-cloud/sleuth-upstream-service/README.md | 4 ++++ 3 files changed, 11 insertions(+) diff --git a/spring-boot/rabbitmq-event-brokering/README.md b/spring-boot/rabbitmq-event-brokering/README.md index c940323..f75d747 100644 --- a/spring-boot/rabbitmq-event-brokering/README.md +++ b/spring-boot/rabbitmq-event-brokering/README.md @@ -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 diff --git a/spring-cloud/sleuth-downstream-service/README.md b/spring-cloud/sleuth-downstream-service/README.md index 429dc8a..584d5c7 100644 --- a/spring-cloud/sleuth-downstream-service/README.md +++ b/spring-cloud/sleuth-downstream-service/README.md @@ -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. diff --git a/spring-cloud/sleuth-upstream-service/README.md b/spring-cloud/sleuth-upstream-service/README.md index dddba9e..4112f03 100644 --- a/spring-cloud/sleuth-upstream-service/README.md +++ b/spring-cloud/sleuth-upstream-service/README.md @@ -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.