Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Mastering microservice communication with Spring Cloud Feign, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:06:39
    The architecture
  2. Урок 2. 00:03:57
    What is Feign?
  3. Урок 3. 00:02:09
    Creating the projects
  4. Урок 4. 00:15:58
    @RequestLine and @Param - The first Feign client to validate user sessions
  5. Урок 5. 00:07:29
    Configuring a custom JSON decoder for response deserialization
  6. Урок 6. 00:04:31
    Turning on Logging
  7. Урок 7. 00:03:34
    @QueryMap - Dynamic data passing
  8. Урок 8. 00:06:23
    Java default methods with @QueryMap
  9. Урок 9. 00:03:46
    Using POJOs for URL parameters
  10. Урок 10. 00:19:20
    @Headers - Posting JSON data to create new products in the system
  11. Урок 11. 00:15:50
    Custom expander for request parameters
  12. Урок 12. 00:02:32
    @HeaderMap - Passing dynamic headers
  13. Урок 13. 00:09:06
    Defining base clients for health checks
  14. Урок 14. 00:05:38
    Writing our own RequestInterceptor to pass session data to downstream services
  15. Урок 15. 00:18:37
    Implementing a custom ErrorDecoder
  16. Урок 16. 00:06:21
    Retrying failed requests
  17. Урок 17. 00:03:20
    Customizing request timeout options
  18. Урок 18. 00:05:26
    Following redirects
  19. Урок 19. 00:04:13
    Async HTTP communication with Feign
  20. Урок 20. 00:03:51
    Configuring Dropwizard metrics
  21. Урок 21. 00:02:58
    Configuring Micrometer metrics
  22. Урок 22. 00:10:28
    Implementing Feign clients with Spring Cloud OpenFeign
  23. Урок 23. 00:10:50
    Async Feign clients with Spring
  24. Урок 24. 00:16:46
    Maintainable error handling
  25. Урок 25. 00:14:55
    Adding Eureka integration for dynamic discovery
  26. Урок 26. 00:07:53
    Feign client fallbacks
  27. Урок 27. 00:20:13
    Configuring error-based circuit breaking with Resilience4J
  28. Урок 28. 00:04:57
    Configuring slowness-based circuit breaking with Resilience4J
  29. Урок 29. 00:10:17
    Cutting off traffic when requests are taking too long
  30. Урок 30. 00:04:11
    Exposing circuit breaker metrics to Spring Actuator
  31. Урок 31. 00:05:01
    Client load balancing requests to multiple service instances
  32. Урок 32. 00:19:50
    Emulating Feign client behavior with WireMock
  33. Урок 33. 00:10:53
    Testing client-side load balancing
  34. Урок 34. 00:08:31
    Testing Resilience4J error-based circuit breaking
  35. Урок 35. 00:06:21
    Testing Resilience4J slowness-based circuit breaking
  36. Урок 36. 00:04:06
    Testing Resilience4J traffic cut-off with Resilience4J TimeLimiters
  37. Урок 37. 00:02:09
    Course closing