1. Урок 1. 00:04:48
    What is Kafka Streams?
  2. Урок 2. 00:04:12
    Course Objective / Prerequisites / Target Students
  3. Урок 3. 00:02:21
    About your Instructor: Stephane Maarek
  4. Урок 4. 00:12:53
    Running your first Kafka Streams Application: WordCount
  5. Урок 5. 00:03:02
    Kafka Streams vs other stream processing libraries (Spark Streaming, NiFI, Flink
  6. Урок 6. 00:01:46
    Section Objective
  7. Урок 7. 00:03:29
    Kafka Streams Core Concepts
  8. Урок 8. 00:04:04
    Environment and IDE Setup: Java 8, Maven, IntelliJ IDEA
  9. Урок 9. 00:07:58
    Starter Project Setup
  10. Урок 10. 00:07:26
    Kafka Streams Application Properties
  11. Урок 11. 00:02:56
    Java 8 Lambda Functions - quick overview
  12. Урок 12. 00:14:09
    Word Count Application Topology
  13. Урок 13. 00:01:34
    Printing the Kafka Streams Topology
  14. Урок 14. 00:02:04
    Kafka Streams Graceful Shutdown
  15. Урок 15. 00:09:23
    Running Application from IntelliJ IDEA
  16. Урок 16. 00:04:07
    Debugging Application from IntelliJ IDEA
  17. Урок 17. 00:03:48
    Internal Topics for our Kafka Streams Application
  18. Урок 18. 00:04:35
    Packaging the application as Fat Jar & Running the Fat Jar
  19. Урок 19. 00:04:00
    Scaling our Application
  20. Урок 20. 00:01:41
    Section Wrap-Up
  21. Урок 21. 00:01:15
    Section Objectives
  22. Урок 22. 00:03:40
    KStream & KTables
  23. Урок 23. 00:01:42
    Stateless vs Stateful Operations
  24. Урок 24. 00:01:36
    MapValues / Map
  25. Урок 25. 00:01:23
    Filter / FilterNot
  26. Урок 26. 00:02:11
    FlatMapValues / FlatMap
  27. Урок 27. 00:02:46
    Branch
  28. Урок 28. 00:01:15
    SelectKey
  29. Урок 29. 00:02:17
    Reading from Kafka
  30. Урок 30. 00:01:53
    Writing to Kafka
  31. Урок 31. 00:02:53
    Streams Marked for Re-Partition
  32. Урок 32. 00:17:46
    Refresher on Log Compaction
  33. Урок 33. 00:02:21
    KStream and KTables Duality
  34. Урок 34. 00:00:42
    Transforming a KTable to a KStream
  35. Урок 35. 00:01:25
    Transforming a KStream to a KTable
  36. Урок 36. 00:00:48
    Section Summary
  37. Урок 37. 00:03:21
    FavouriteColour - Practice Exercise Description & Guidance
  38. Урок 38. 00:02:41
    Stuck? Here are some Hints!
  39. Урок 39. 00:08:34
    Java Solution
  40. Урок 40. 00:05:47
    Running the application
  41. Урок 41. 00:06:21
    Scala Solution
  42. Урок 42. 00:01:01
    Section Objective
  43. Урок 43. 00:01:47
    KTable groupBy
  44. Урок 44. 00:02:06
    KGroupedStream / KGroupedTable Count
  45. Урок 45. 00:04:13
    KGroupedStream / KGroupedTable Aggregate
  46. Урок 46. 00:01:41
    KGroupedStream / KGroupedTable Reduce
  47. Урок 47. 00:02:09
    KStream peek
  48. Урок 48. 00:01:13
    KStream Transform / TransformValues
  49. Урок 49. 00:01:41
    What if I want to write to an external System?
  50. Урок 50. 00:01:04
    Summary Diagram
  51. Урок 51. 00:06:08
    What's Exactly Once?
  52. Урок 52. 00:02:42
    Exactly Once in Kafka 0.11
  53. Урок 53. 00:01:30
    What's the problem with at least once anyway?
  54. Урок 54. 00:02:05
    How to do exactly once in Kafka Streams
  55. Урок 55. 00:02:16
    BankBalance - Exercise Overview
  56. Урок 56. 00:01:42
    Kafka Producer Guidance
  57. Урок 57. 00:14:18
    Kafka Producer Solution
  58. Урок 58. 00:01:56
    Kafka Streams Guidance & Hints
  59. Урок 59. 00:09:13
    Kafka Streams Solution
  60. Урок 60. 00:04:43
    Running the BankBalance Application
  61. Урок 61. 00:00:57
    Section Summary
  62. Урок 62. 00:02:50
    What are joins in Kafka Streams?
  63. Урок 63. 00:02:54
    Join Constraints and GlobalKTables
  64. Урок 64. 00:02:46
    The different types of joins: Inner Join, Left Join, Outer Join
  65. Урок 65. 00:12:34
    Creating a join with UserEnrich Kafka Streams App
  66. Урок 66. 00:05:08
    Running the Kafka Streams Join application
  67. Урок 67. 00:04:03
    Testing in Kafka Streams
  68. Урок 68. 00:03:59
    Setup your Kafka Streams project
  69. Урок 69. 00:14:29
    Hands-On: Test your WordCount application
  70. Урок 70. 00:02:33
    Congratulations and next steps
  71. Урок 71. 00:01:33
    THANK YOU!