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