Completed
- Intro & The Question
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Spring REST Client with Service Discovery - Eureka
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro & The Question
- 2 - Understanding the Problem
- 3 - Spring Cloud Netflix Overview
- 4 - Service Discovery Architecture Diagram
- 5 - Project Structure Overview
- 6 - Service Registry Setup
- 7 - Order Service Configuration
- 8 - Building the Client with REST Client
- 9 - REST Client Builder Configuration
- 10 - Using @LoadBalanced Annotation
- 11 - Configuring the Load Balanced Bean
- 12 - Running the Services
- 13 - Debugging the Qualifier Issue
- 14 - Testing the Complete Flow
- 15 - Wrap Up & Alternatives