added links to blog posts
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user