02 Step 12 00 - Getting Started with Observability and OpenTelemetry
01 Step 21 - QuickStart by Importing Microservices
02 Step 12 - Connecting Currency Exchange Microservice with Zipkin
02 Step 13 - Connecting Currency Conversion Microservice _ API Gateway with Zipkin
02 Step 20 - Running Zipkin with Docker Compose
Lecture - 189. Step 21 - Running Zipkin and RabbitMQ with Docker Compose
Thank you so much for enrolling, I'm so excited for you to start your microservices journey!
All code in the course is updated to Spring Boot 3.
Bookmark the Github Repo of the course - https://github.com/in28minutes/spring-microservices-v3
I'll see you at the next lecture!
Happy Learning
Ranga
I'm delighted to have the privilege of being your instructor.
In the next lecture, we will configure connect microservices with Zipkin.
Request you to bookmark this page. We will make use of it in the next lecture - https://github.com/in28minutes/spring-microservices-v3/blob/main/v3-upgrade.md
I'll see you at the next lecture!
Happy Learning
Ranga
BEFORE 01 Step 21 - QuickStart by Importing Microservices
Thank you so much for enrolling, I'm so excited for you to start your microservices journey!
We are maintaining multiple Github Repositories for this course to make it easy for you to use different Spring Boot versions.
Use the following repo's based on your Spring Boot version
- Spring Boot 3.0+ - https://github.com/in28minutes/spring-microservices-v3
- Spring Boot 2.4+ - https://github.com/in28minutes/spring-microservices-v2
I'll see you at the next lecture!
Happy Learning
Ranga
BEFORE Step 20 - Running Zipkin with Docker Compose
I'm delighted to have the privilege of being your instructor.
Configuration of Zipkin URL is a little different in Spring Boot 3.
In the docker compose configuration, please use MANAGEMENT.ZIPKIN.TRACING.ENDPOINT instead of SPRING.ZIPKIN.BASEURL. An example is shown below.
#SPRING.ZIPKIN.BASEURL: http://zipkin-server:9411/ #SB2
MANAGEMENT.ZIPKIN.TRACING.ENDPOINT: http://zipkin-server:9411/api/v2/spans #SB3
Complete Docker Compose File - https://github.com/in28minutes/spring-microservices-v3/blob/main/04.docker/backup/docker-compose-05-zipkin.yaml
I'll see you at the next lecture!
Happy Learning
Ranga
- Remove mentions of RabbitMQ
- Update Text Lectures
- Change Links from V2 to V3
Congratulations!
The course is now completely upgraded to Spring Boot 3.
Here is the list of code changes - https://github.com/in28minutes/spring-microservices-v3/blob/main/v3-upgrade.md
We added in Step By Step Guides for Docker and Kubernetes sections
- Docker - https://github.com/in28minutes/spring-microservices-v3/tree/main/04.docker/01-step-by-step-changes
- Kubernetes - https://github.com/in28minutes/spring-microservices-v3/tree/main/05.kubernetes
Following are some of the lectures which are added/modified
- Step 12 00 - Getting Started with Observability and OpenTelemetry
- Step 12 - Connecting Currency Exchange Microservice with Zipkin
- Step 13 - Connecting Currency Conversion Microservice _ API Gateway with Zipkin
- Step 20 - Running Zipkin with Docker Compose