File tree Expand file tree Collapse file tree
spring-boot/rabbitmq-event-brokering
sleuth-downstream-service Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This 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
Original file line number Diff line number Diff line change 22
33This 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
59This application is a service facing the user (a "downstream" service), meaning that
610it accesses other upstream services to provide its functionality.
711
Original file line number Diff line number Diff line change 22
33This 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
59This application is a service that's not facing the user (a "downstream" service), meaning that
610it is accessed by user-facing services so they can provide their functionality.
711
You can’t perform that action at this time.
0 commit comments