Udemy - Mastering microservice communication with Spring Cloud Feign

seeders: 4 leechers: 4 updated: 11 months ago
Added 1 year ago by freecoursewb in Other
Downloaded 11 times.
1337x.to
Udemy - Mastering microservice communication with Spring Cloud Feign

Torrent Contents Size: 3.6 GB

Udemy - Mastering microservice communication with Spring Cloud Feign
▼ show more 61 files
1 -@RequestLine and @Param - The first Feign client to validate user sessions.en_US.vtt
VTT
14.1 KB
1 -@RequestLine and @Param - The first Feign client to validate user sessions.mp4
MP4
169.1 MB
1 -Adding Eureka integration for dynamic discovery.en_US.vtt
VTT
15.2 KB
1 -Adding Eureka integration for dynamic discovery.mp4
MP4
162.6 MB
1 -Course closing.en_US.vtt
VTT
2.5 KB
1 -Course closing.mp4
MP4
21.5 MB
1 -Emulating Feign client behavior with WireMock.en_US.vtt
VTT
18.3 KB
1 -Emulating Feign client behavior with WireMock.mp4
MP4
229.7 MB
1 -Implementing Feign clients with Spring Cloud OpenFeign.en_US.vtt
VTT
10.3 KB
1 -Implementing Feign clients with Spring Cloud OpenFeign.mp4
MP4
121.3 MB
1 -The architecture.en_US.vtt
VTT
7.2 KB
1 -The architecture.mp4
MP4
54.6 MB
10 -Defining base clients for health checks.en_US.vtt
VTT
7.7 KB
10 -Defining base clients for health checks.mp4
MP4
114.1 MB
11 -Writing our own RequestInterceptor to pass session data to downstream services.en_US.vtt
VTT
5.6 KB
11 -Writing our own RequestInterceptor to pass session data to downstream services.mp4
MP4
68.2 MB
12 -Implementing a custom ErrorDecoder.en_US.vtt
VTT
16.5 KB
12 -Implementing a custom ErrorDecoder.mp4
MP4
239.9 MB
13 -Retrying failed requests.en_US.vtt
VTT
6.3 KB
13 -Retrying failed requests.mp4
MP4
73.1 MB
14 -Customizing request timeout options.en_US.vtt
VTT
3.7 KB
14 -Customizing request timeout options.mp4
MP4
39.4 MB
15 -Following redirects.en_US.vtt
VTT
5.6 KB
15 -Following redirects.mp4
MP4
64.5 MB
16 -Async HTTP communication with Feign.en_US.vtt
VTT
4.1 KB
16 -Async HTTP communication with Feign.mp4
MP4
46.4 MB
17 -Configuring Dropwizard metrics.en_US.vtt
VTT
3.8 KB
17 -Configuring Dropwizard metrics.mp4
MP4
42.4 MB
18 -Configuring Micrometer metrics.en_US.vtt
VTT
2.8 KB
18 -Configuring Micrometer metrics.mp4
MP4
34.3 MB
2 -Async Feign clients with Spring.en_US.vtt
VTT
10.5 KB
2 -Async Feign clients with Spring.mp4
MP4
132.9 MB
2 -Configuring a custom JSON decoder for response deserialization.en_US.vtt
VTT
6.6 KB
2 -Configuring a custom JSON decoder for response deserialization.mp4
MP4
90.1 MB
2 -Feign client fallbacks.en_US.vtt
VTT
7.5 KB
2 -Feign client fallbacks.mp4
MP4
93 MB
2 -Testing client-side load balancing.en_US.vtt
VTT
9.6 KB
2 -Testing client-side load balancing.mp4
MP4
128.3 MB
2 -What is Feign.en_US.vtt
VTT
4.2 KB
2 -What is Feign.mp4
MP4
38.8 MB
3 -Configuring error-based circuit breaking with Resilience4J.en_US.vtt
VTT
19.8 KB
3 -Configuring error-based circuit breaking with Resilience4J.mp4
MP4
232.2 MB
3 -Creating the projects.en_US.vtt
VTT
2 KB
3 -Creating the projects.mp4
MP4
22 MB
3 -Maintainable error handling.en_US.vtt
VTT
14.8 KB
3 -Maintainable error handling.mp4
MP4
220.4 MB
3 -Testing Resilience4J error-based circuit breaking.en_US.vtt
VTT
8 KB
3 -Testing Resilience4J error-based circuit breaking.mp4
MP4
106 MB
3 -Turning on Logging.en_US.vtt
VTT
4.4 KB
3 -Turning on Logging.mp4
MP4
51.4 MB
4 -@QueryMap - Dynamic data passing.en_US.vtt
VTT
3.3 KB
4 -@QueryMap - Dynamic data passing.mp4
MP4
41 MB
4 -Configuring slowness-based circuit breaking with Resilience4J.en_US.vtt
VTT
5.1 KB
4 -Configuring slowness-based circuit breaking with Resilience4J.mp4
MP4
63.3 MB
4 -Testing Resilience4J slowness-based circuit breaking.en_US.vtt
VTT
5.9 KB
4 -Testing Resilience4J slowness-based circuit breaking.mp4
MP4
83.5 MB
5 -Cutting off traffic when requests are taking too long.en_US.vtt
VTT
9.3 KB
5 -Cutting off traffic when requests are taking too long.mp4
MP4
116.7 MB
5 -Java default methods with @QueryMap.en_US.vtt
VTT
5.7 KB
5 -Java default methods with @QueryMap.mp4
MP4
76 MB
5 -Testing Resilience4J traffic cut-off with Resilience4J TimeLimiters.en_US.vtt
VTT
4 KB
5 -Testing Resilience4J traffic cut-off with Resilience4J TimeLimiters.mp4
MP4
52.1 MB
6 -Exposing circuit breaker metrics to Spring Actuator.en_US.vtt
VTT
3.8 KB
6 -Exposing circuit breaker metrics to Spring Actuator.mp4
MP4
47.1 MB
6 -Using POJOs for URL parameters.en_US.vtt
VTT
3.6 KB
6 -Using POJOs for URL parameters.mp4
MP4
46.7 MB
7 -@Headers - Posting JSON data to create new products in the system.en_US.vtt
VTT
16.3 KB
7 -@Headers - Posting JSON data to create new products in the system.mp4
MP4
230.2 MB
7 -Client load balancing requests to multiple service instances.en_US.vtt
VTT
5 KB
7 -Client load balancing requests to multiple service instances.mp4
MP4
67.5 MB
8 -Custom expander for request parameters.en_US.vtt
VTT
13.5 KB
8 -Custom expander for request parameters.mp4
MP4
197.6 MB
9 -@HeaderMap - Passing dynamic headers.en_US.vtt
VTT
2.2 KB
9 -@HeaderMap - Passing dynamic headers.mp4
MP4
33.4 MB
Bonus Resources.txt
TXT
102.4 B
Get Bonus Downloads Here.url
URL
204.8 B

Description

Related Torrents

Location

Trackers

Tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
udp://tracker.opentrackr.org:1337/announce
http://tracker.openbittorrent.com:80/announce
udp://opentracker.i2p.rocks:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://coppersurfer.tk:6969/announce
udp://tracker.zer0day.to:1337/announce
Torrent hash: