Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Microservices with Spring Cloud, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:01
    Course Introduction
  2. Урок 2. 00:05:35
    Course Structure
  3. Урок 3. 00:00:51
    Why this course is relevant to you?
  4. Урок 4. 00:06:05
    What is Microservice?
  5. Урок 5. 00:04:40
    Characteristics of Microservice Architecture
  6. Урок 6. 00:01:39
    Benefits of Microservice Architecture
  7. Урок 7. 00:05:32
    Why we choose Spring Cloud in building Microservice Architecture
  8. Урок 8. 00:02:00
    When not to use Microservices?
  9. Урок 9. 00:04:38
    Decomposing the flight Booking Business into a set of Microservices
  10. Урок 10. 00:16:59
    Setting up Flight Schedule Service
  11. Урок 11. 00:25:01
    Enhance the Flight Schedule Service
  12. Урок 12. 00:17:03
    Setting up Currency Conversion Service
  13. Урок 13. 00:26:24
    Setting up Flight Fare Service
  14. Урок 14. 00:03:40
    Test Flight Fare Service
  15. Урок 15. 00:05:24
    What Spring Boot did behind the scene?
  16. Урок 16. 00:01:00
    Wrap up and Next Steps?
  17. Урок 17. 00:04:17
    Why we need centralization of Configuration?
  18. Урок 18. 00:06:09
    Setup the Spring Cloud Configuration Server
  19. Урок 19. 00:09:24
    Manage Configuration with Local File system
  20. Урок 20. 00:08:22
    Manage Configuration with GIT
  21. Урок 21. 00:12:10
    Setup Configuration Client in our Microservices
  22. Урок 22. 00:09:01
    Testing Configuration Client
  23. Урок 23. 00:09:43
    How to refresh the properties of the Microservices dynamically?
  24. Урок 24. 00:15:10
    How to secure sensitive configuration properties?
  25. Урок 25. 00:01:22
    Wrap up and Next Steps?
  26. Урок 26. 00:07:47
    What is Service Discovery and Why do we need it?
  27. Урок 27. 00:13:48
    Setup Service Discovery using Spring and Netflix Eureka
  28. Урок 28. 00:13:45
    Register our service with Eureka Server
  29. Урок 29. 00:11:35
    Setting up Cluster of Eureka Service Discovery Servers
  30. Урок 30. 00:17:49
    Service Lookup from Eureka Server using Eureka Client
  31. Урок 31. 00:12:40
    Invoke Services using Ribbon backed Spring rest Template
  32. Урок 32. 00:15:05
    Invoke Services using OpenFeign's Feign Client
  33. Урок 33. 00:01:16
    Wrap up and Next Steps?
  34. Урок 34. 00:05:40
    Introduction to Service Gateways
  35. Урок 35. 00:07:50
    Setup Service Gateway using Spring Cloud and Neflix Zuul API
  36. Урок 36. 00:07:40
    Routes Configuration in Spring Cloud and and Netflix Zuul
  37. Урок 37. 00:08:18
    Custom Routes and its mapping with registered service in Eureka
  38. Урок 38. 00:04:10
    Manual Routes Configuration in Zuul Service Gateway
  39. Урок 39. 00:03:49
    What is Filters in Zuul?
  40. Урок 40. 00:19:50
    Implement Authentication Filter (Zuul Pre-Filter)
  41. Урок 41. 00:05:51
    Implement Response Audit Filter (Zuul Post-FIlter)
  42. Урок 42. 00:20:19
    Implement Intelligent Route Filter (Zuul Route-Filter)
  43. Урок 43. 00:01:14
    Wrap up and Next Steps?
  44. Урок 44. 00:05:24
    Resiliency in the Microservice based application - What and Why?
  45. Урок 45. 00:19:37
    Implement Circuit Breaker in Flight Fare Service
  46. Урок 46. 00:08:19
    Implement Circuit Breaker in Flight Schedule Service
  47. Урок 47. 00:06:49
    Implement Fallback Strategy in Flight Schedule Service
  48. Урок 48. 00:06:30
    Implement Bulkhead Strategy
  49. Урок 49. 00:05:11
    How to fine tune Hystrix by some customization tweaks?
  50. Урок 50. 00:00:58
    Wrap up and Next Steps?
  51. Урок 51. 00:05:29
    Introduction
  52. Урок 52. 00:02:59
    Implement Spring Cloud Sleuth to generate Traces
  53. Урок 53. 00:06:29
    Analyse the Sleuth Traces
  54. Урок 54. 00:04:50
    Setting up Zipkin Server
  55. Урок 55. 00:09:31
    Integration of Services with Zipkin Server
  56. Урок 56. 00:10:36
    Understand the traces in Zipkin UI
  57. Урок 57. 00:07:05
    Setup Hystrix Dashboard and Turbine Cluster
  58. Урок 58. 00:11:23
    Monitoring using Turbine Stream
  59. Урок 59. 00:01:08
    Wrap up