Skip to content

Commit 3a6149b

Browse files
committed
added links to blog posts
1 parent 2c775cd commit 3a6149b

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

spring-boot/rabbitmq-event-brokering/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This application implements an Event mechanism usable in Microservice environments.
44

5+
## Companion Blog Article
6+
The companion blog article to this repository can be found [here](https://reflectoring.io/event-messaging-with-spring-boot-and-rabbitmq/).
7+
58
## Scenario
69

710
* a publisher publishes events with one of these topics

spring-cloud/sleuth-downstream-service/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This project shows how to implement tracing in a network of Spring Boot applications.
44

5+
## Companion Blog Article
6+
The companion blog article to this repository can be found [here](https://reflectoring.io/tracing-with-spring-cloud-sleuth/).
7+
8+
## Getting Started
59
This application is a service facing the user (a "downstream" service), meaning that
610
it accesses other upstream services to provide its functionality.
711

spring-cloud/sleuth-upstream-service/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This project shows how to implement tracing in a network of Spring Boot applications.
44

5+
## Companion Blog Article
6+
The companion blog article to this repository can be found [here](https://reflectoring.io/tracing-with-spring-cloud-sleuth/).
7+
8+
## Getting Started
59
This application is a service that's not facing the user (a "downstream" service), meaning that
610
it is accessed by user-facing services so they can provide their functionality.
711

0 commit comments

Comments
 (0)