Skip to content

Tracker

Compare
Choose a tag to compare
@mohamed-taman mohamed-taman released this 01 Jun 13:53
· 27 commits to master since this release
1beac7a

Added distributed tracking with #SpringCloud #Sleuth and #Zipkin #71

Release notes:

  1. Add Zipkin to the Microservices diagram, and visualize the whole system.
  2. Add dependencies to the maven files to bring in Spring Cloud Sleuth and the capability of sending trace information to Zipkin.
  3. Add dependencies to RabbitMQ and Kafka for the projects that haven't used them before, that is, the Spring Cloud projects authorization-server, eureka-server, and gateway.
  4. Configure the Microservices to send trace information to Zipkin using either RabbitMQ or Kafka.
  5. Add a Zipkin server to the Docker compose files.
  6. Add the kafka Spring profile in docker-compose-kafka.yml to the Spring Cloud projects authorization-server, eureka-server, and gateway.
  7. Cleaning more docker-compose.yml files configurations, to common configurations profiles under config/repo.