7. Order Management Kafka Streams application - A real time use case/1. Overview of the Retail App.mp4
25.61 MB
7. Order Management Kafka Streams application - A real time use case/1.1 5.1-overview-of-retail-app.zip
146.41 KB
7. Order Management Kafka Streams application - A real time use case/2. Build the Topology for the Orders Management App.mp4
59 MB
7. Order Management Kafka Streams application - A real time use case/2.1 5.2-orders-topology.zip
176.71 KB
7. Order Management Kafka Streams application - A real time use case/3. Split the RestaurantRetail Shopping Orders - Using split and branch operator.mp4
69.23 MB
7. Order Management Kafka Streams application - A real time use case/3.1 5.3-branch-split-retail-app.zip
176.83 KB
7. Order Management Kafka Streams application - A real time use case/4. Transform the Order Domain to a Revenue Domain Type.mp4
40.37 MB
7. Order Management Kafka Streams application - A real time use case/4.1 5.4-transform-order-revenue.zip
179.2 KB
8. Topology, Stream and Tasks - Under the Hood/1. Internals of Topology, Stream and Tasks.mp4
19.94 MB
8. Topology, Stream and Tasks - Under the Hood/2. Explore the behavior of streams by modifying the stream threads.mp4
34.44 MB
8. Topology, Stream and Tasks - Under the Hood/2.1 6.2-streams-modify-property.zip
179.2 KB
9. ErrorException Handling in Kafka Streams/1. Failures in Kafka Streams.mp4
7.31 MB
9. ErrorException Handling in Kafka Streams/2. Default Deserialization Error Behavior.mp4
56.68 MB
9. ErrorException Handling in Kafka Streams/2.1 6.4-default-deserialization-error-handler.zip
182.18 KB
9. ErrorException Handling in Kafka Streams/3. Custom Deserialization Error Handler.mp4
55.12 MB
9. ErrorException Handling in Kafka Streams/3.1 6.5-custom-deserialization-error-handler.zip
15. StateFul Operations in Kafka Streams - Join/9. CoPartitioning Requirements in Joins.mp4
44.07 MB
15. StateFul Operations in Kafka Streams - Join/9.1 11.9-co-partioning.zip
229.37 KB
16. Join in Order Management Application - A Real Time Use Case/1. Join Aggregate Revenue with StoreDetails KTable.mp4
94.45 MB
16. Join in Order Management Application - A Real Time Use Case/2. Join Aggregate Count with Stores KTable.html
209 B
17. StateFul Operations in Kafka Streams - Windowing/1. Introduction to Windowing and time concepts.mp4
30.07 MB
1. Getting Started With the Course/1. Course Introduction.mp4
8.8 MB
17. StateFul Operations in Kafka Streams - Windowing/2.1 13.2-tumbling-windows.zip
232.98 KB
17. StateFul Operations in Kafka Streams - Windowing/3. Control emission of windowed results using supress operartor.mp4
58.25 MB
17. StateFul Operations in Kafka Streams - Windowing/3.1 13.3-supress.zip
233.24 KB
17. StateFul Operations in Kafka Streams - Windowing/4. Windowing in Kafka Streams - Hopping Windows.mp4
33.42 MB
17. StateFul Operations in Kafka Streams - Windowing/4.1 13.4-hopping-windows.zip
233.76 KB
17. StateFul Operations in Kafka Streams - Windowing/5. Windowing in Kafka Streams - Sliding Windows.mp4
48.56 MB
17. StateFul Operations in Kafka Streams - Windowing/5.1 13.5-sliding-windows.zip
233.77 KB
18. Widowing in Order Management Application - A Real Time Use Case/1. New Requirements for the Order Management Application.mp4
7.07 MB
18. Widowing in Order Management Application - A Real Time Use Case/2. Implementing a CustomTimeStamp Extractor.mp4
46.43 MB
18. Widowing in Order Management Application - A Real Time Use Case/2.1 14.2-custom-timestamp-extractor.zip
234.98 KB
18. Widowing in Order Management Application - A Real Time Use Case/3. Aggregate Number of Orders by Windows.mp4
119.06 MB
18. Widowing in Order Management Application - A Real Time Use Case/3.1 14.3-aggregate-orders-by-windows.zip
238.5 KB
18. Widowing in Order Management Application - A Real Time Use Case/4. Aggregate Revenue by Windows.mp4
98.49 MB
18. Widowing in Order Management Application - A Real Time Use Case/4.1 14.4-aggregate-orders-by-windows.zip
238.98 KB
18. Widowing in Order Management Application - A Real Time Use Case/5. Joins on the Windowed Data.mp4
69.06 MB
18. Widowing in Order Management Application - A Real Time Use Case/5.1 14.5-joins-inwindowed-data.zip
239.41 KB
19. Behavior of Records with Future & Older Timestamp in Windowing/1. Records with timestamps before & after the CurrentTimestamp..mp4
49.34 MB
19. Behavior of Records with Future & Older Timestamp in Windowing/1.1 16.1-timestamp-behavior.zip
242.04 KB
20. Build Kafka Streams Application using SpringBoot/1. Introduction to SpringBoot and Kafka Streams.mp4
30.82 MB
20. Build Kafka Streams Application using SpringBoot/2. Setup the Project - Greeting Streams app using Spring Kafka Streams.mp4
32.63 MB
20. Build Kafka Streams Application using SpringBoot/2.1 17.2-set-up-springboot-kafka-streams.zip
103.12 KB
20. Build Kafka Streams Application using SpringBoot/3. Configuring the Kafka Stream using application.yml.mp4
36.08 MB
20. Build Kafka Streams Application using SpringBoot/3.1 17.3-configure-spring-kafka-streams.zip
170.15 KB
20. Build Kafka Streams Application using SpringBoot/4. Build the Greeting Topology.mp4
47.96 MB
20. Build Kafka Streams Application using SpringBoot/4.1 17.4-spring-kafka-streams-topology.zip
170.15 KB
20. Build Kafka Streams Application using SpringBoot/5. Test Greeting App in Local.mp4
36.35 MB
20. Build Kafka Streams Application using SpringBoot/5.1 17.5-test-spring-kafka-streams.zip.zip
170.15 KB
21. SpringBoot AutoConfiguration of Kafka Streams/1. Internals of AutoConfiguring Kafka Streams in SpringBoot.mp4
37.7 MB
22. JSON SerializationDeserialization in Spring Kafka Streams/1. JSON SerializationDeserialization using JsonSerde.mp4
66.81 MB
22. JSON SerializationDeserialization in Spring Kafka Streams/1.1 18.1-custom-serialization-deserialization.zip
203.8 KB
22. JSON SerializationDeserialization in Spring Kafka Streams/2. JsonSerde using custom ObjectMapper.mp4
42.47 MB
22. JSON SerializationDeserialization in Spring Kafka Streams/2.1 18.2-jackson-custom-objectmapper.zip
218.89 KB
23. Error Handling in Spring Kafka Streams/1. Handle DeSerialization Error - Approach 1.mp4
37.82 MB
23. Error Handling in Spring Kafka Streams/1.1 19.1-spring-deserialization-approach1.zip
203.96 KB
23. Error Handling in Spring Kafka Streams/2. Handle DeSerialization Error using Custom Error Handler - Approach 2.mp4
34.23 MB
23. Error Handling in Spring Kafka Streams/2.1 19.2-spring-deserialization-approach2.zip
209.52 KB
23. Error Handling in Spring Kafka Streams/3. Handle DeSerialization Errors using Spring Specific Approach- Approach 3.mp4
64.42 MB
23. Error Handling in Spring Kafka Streams/3.1 19.3-spring-deserialization-approach3.zip
213.25 KB
23. Error Handling in Spring Kafka Streams/3.2 Spring for Kafka Reference Link.html
135 B
23. Error Handling in Spring Kafka Streams/4. Handle UncaughtExceptions in the Topology.mp4
76.92 MB
23. Error Handling in Spring Kafka Streams/4.1 19.4-spring-uncaught-exception.zip
217.17 KB
23. Error Handling in Spring Kafka Streams/5. Handle Production Errors.mp4
17.55 MB
23. Error Handling in Spring Kafka Streams/5.1 19.5-spring-production-errors.zip
218.89 KB
24. Build Orders Kafka Streams Application using SpringBoot/1. Set up the base project for Orders Kafka Streams App.mp4
51.28 MB
24. Build Orders Kafka Streams Application using SpringBoot/2. Create the OrdersTopology.mp4
95.17 MB
24. Build Orders Kafka Streams Application using SpringBoot/2.1 20.2-orders-streams-setup-topology.zip
353.05 KB
25. Interactive Queries - Querying State Stores using RESTFUL APIs/1. Build a GET Endpoint to retrieve the OrderCount by OrderType - Part 1.mp4
109.74 MB
25. Interactive Queries - Querying State Stores using RESTFUL APIs/1.1 21.1-get-endpoint-orderCount-part1.zip
352.99 KB
25. Interactive Queries - Querying State Stores using RESTFUL APIs/2. Build a GET Endpoint to retrieve the OrderCount by OrderType - Part 2.mp4
88.36 MB
25. Interactive Queries - Querying State Stores using RESTFUL APIs/2.1 21.1-get-endpoint-orderCount-part2.zip
358.18 KB
25. Interactive Queries - Querying State Stores using RESTFUL APIs/3. Retrieve OrderCount by OrderType & LocationId.mp4
59.34 MB
25. Interactive Queries - Querying State Stores using RESTFUL APIs/3.1 21.2-get-endpoint-orderCount.zip
358.69 KB
25. Interactive Queries - Querying State Stores using RESTFUL APIs/4. Build a GET Endpoint to retrieve the OrderCount for All OrderTypes.mp4
63.95 MB
25. Interactive Queries - Querying State Stores using RESTFUL APIs/4.1 21.3-get-endpoint-all-ordercount.zip
359.68 KB
25. Interactive Queries - Querying State Stores using RESTFUL APIs/5. Build a GET Endpoint to retrieve the Revenue by OrderType.mp4
88.43 MB
25. Interactive Queries - Querying State Stores using RESTFUL APIs/5.1 21.4-get-endpoint-orderRevenue.zip
362.05 KB
25. Interactive Queries - Querying State Stores using RESTFUL APIs/6. Global Error Handling for useful Client Error Messages.mp4
49.54 MB
25. Interactive Queries - Querying State Stores using RESTFUL APIs/6.1 21.5-global-error-handler.zip
369.76 KB
25. Interactive Queries - Querying State Stores using RESTFUL APIs/7. Assignment Retrieve Revenue by OrderType & LocationId.html
209 B
26. Interactive Queries - Querying Window State Stores using RESTFUL APIs/1. Build a GET Endpoint to Retrieve OrderCount by OrderType.mp4
133.8 MB
26. Interactive Queries - Querying Window State Stores using RESTFUL APIs/1.1 22.1-get-windows-order-count-bytype.zip
375.14 KB
26. Interactive Queries - Querying Window State Stores using RESTFUL APIs/2. Build a GET Endpoint to Retrieve the windowed OrderCount for All OrderTypes.mp4
33.97 MB
26. Interactive Queries - Querying Window State Stores using RESTFUL APIs/2.1 22.2-get-windows-order-count-all-types.zip
375.54 KB
26. Interactive Queries - Querying Window State Stores using RESTFUL APIs/3. Build a GET endpoint to retrieve the windowed OrderCount within a Time Range.mp4
95.2 MB
26. Interactive Queries - Querying Window State Stores using RESTFUL APIs/3.1 22.3-get-windows-order-count-within-range.zip
376.69 KB
26. Interactive Queries - Querying Window State Stores using RESTFUL APIs/4. Build a GET Endpoint to retrieve the Revenue by OrderType.mp4
50.77 MB
27. Testing Kafka Streams Using TopologyTestDriver & JUnit5/1. Testing Kafka Streams using TopologyTestDriver.mp4