Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Complete Apache Kafka Practical Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:07
    Apache Kafka Installation Overview
  2. Урок 2. 00:00:53
    Installing Apache Kafka on the Mac and Unix-like systems
  3. Урок 3. 00:05:25
    Installing Apache Kafka on the Mac
  4. Урок 4. 00:12:41
    Installing Ubuntu on MacOS using VirtualBox
  5. Урок 5. 00:01:00
    SECTION 2 Introduction
  6. Урок 6. 00:06:16
    Creating remote Ubuntu Virtual Private Server
  7. Урок 7. 00:07:05
    Installing Apache Kafka on Virtual Private Server
  8. Урок 8. 00:01:03
    SECTION 3 Introduction
  9. Урок 9. 00:08:26
    Installing Apache Kafka on Windows
  10. Урок 10. 00:06:32
    Starting Zookeeper and Kafka server on Windows
  11. Урок 11. 00:11:39
    Installing Ubuntu on Windows using VirtualBox
  12. Урок 12. 00:06:16
    Installing Apache Kafka on Ubuntu using GUI
  13. Урок 13. 00:01:03
    SECTION 4 Introduction
  14. Урок 14. 00:05:56
    Observing contents of the Kafka folder
  15. Урок 15. 00:06:20
    Reading and editing Kafka files using VisualStudio Code
  16. Урок 16. 00:04:11
    Trying to start Kafka Server
  17. Урок 17. 00:01:43
    Observing Kafka Server logs
  18. Урок 18. 00:03:12
    Starting Zookeeper
  19. Урок 19. 00:06:12
    Starting Kafka Server while Zookeeper is up and running
  20. Урок 20. 00:04:44
    Observing logs folder and current kafka server setup
  21. Урок 21. 00:00:30
    SECTION 5 Introduction
  22. Урок 22. 00:02:19
    How to connect to Kafka cluster
  23. Урок 23. 00:05:05
    Create new Kafka topic
  24. Урок 24. 00:03:36
    What happened after creation of the new topic
  25. Урок 25. 00:05:22
    Read details about topic
  26. Урок 26. 00:00:44
    SECTION 6 Introduction
  27. Урок 27. 00:03:13
    Send some messages using Kafka Console Producer
  28. Урок 28. 00:03:19
    Consuming messages using Kafka Console Consumer
  29. Урок 29. 00:01:36
    Consuming messages from the beginning
  30. Урок 30. 00:01:31
    Running multiple consumers
  31. Урок 31. 00:03:14
    Running multiple producers
  32. Урок 32. 00:09:33
    What was changed in the Kafka logs
  33. Урок 33. 00:01:36
    SECTION 7 Introduction
  34. Урок 34. 00:04:01
    What is Apache Kafka
  35. Урок 35. 00:02:28
    Broker
  36. Урок 36. 00:01:54
    Broker cluster
  37. Урок 37. 00:01:59
    Zookeeper
  38. Урок 38. 00:03:30
    Zookeeper ensemble
  39. Урок 39. 00:02:20
    Multiple Kafka clusters
  40. Урок 40. 00:03:49
    Default ports of Zookeeper and Broker
  41. Урок 41. 00:02:33
    Kafka Topic
  42. Урок 42. 00:03:34
    Message structure
  43. Урок 43. 00:04:34
    Topics and Partitions
  44. Урок 44. 00:05:28
    Spreading messages across partitions
  45. Урок 45. 00:06:24
    Partition Leader and Followers
  46. Урок 46. 00:05:17
    Controller and it's responsibilities
  47. Урок 47. 00:02:15
    How Producers write messages to the topic
  48. Урок 48. 00:03:34
    How Consumers read messages from the topic
  49. Урок 49. 00:00:46
    SECTION 8 Introduction
  50. Урок 50. 00:07:33
    GitHub repository and list of basic Kafka commands
  51. Урок 51. 00:03:43
    Diagrams for the course
  52. Урок 52. 00:00:53
    SECTION 9 Introduction
  53. Урок 53. 00:02:14
    Cleaning up existing kafka installation
  54. Урок 54. 00:06:00
    Creating topic with multiple partitions
  55. Урок 55. 00:06:20
    How messages were spread across different partitions
  56. Урок 56. 00:02:45
    Reading messages from specific partition
  57. Урок 57. 00:05:45
    Reading messages from specific offset in specific partition
  58. Урок 58. 00:06:46
    Reading details about topic and __consumer_offsets topic
  59. Урок 59. 00:01:57
    Summary for multiple partitions example
  60. Урок 60. 00:00:58
    SECTION 10 Introduction
  61. Урок 61. 00:01:26
    Example overview - run multiple brokers
  62. Урок 62. 00:05:35
    Creating separate configuration files for brokers
  63. Урок 63. 00:02:41
    Launching three brokers
  64. Урок 64. 00:02:48
    Getting cluster information and broker details from Zookeeper
  65. Урок 65. 00:03:17
    Creating multiple-partition topic in the Kafka cluster
  66. Урок 66. 00:02:14
    Looking at logs folders of every broker
  67. Урок 67. 00:03:34
    Producing and consuming messages in the cluster
  68. Урок 68. 00:03:28
    Details about topic in the cluster
  69. Урок 69. 00:05:55
    Simulating broker failure in the cluster
  70. Урок 70. 00:01:46
    Summary for broker cluster and topic without replication
  71. Урок 71. 00:01:24
    SECTION 11 Introduction
  72. Урок 72. 00:02:42
    Preparing for the next example with replication
  73. Урок 73. 00:04:42
    Launching brokers and creating topic with replication
  74. Урок 74. 00:06:06
    Observing logs folder and details of the topic
  75. Урок 75. 00:06:10
    Producing and consuming messages in the topic with replication
  76. Урок 76. 00:03:06
    Observing how messages were stored in the partitions on different brokers
  77. Урок 77. 00:03:34
    Bringing down one of three brokers and observing changes
  78. Урок 78. 00:03:45
    Bringing down another broker in the cluster
  79. Урок 79. 00:01:58
    Bringing back both brokers
  80. Урок 80. 00:01:37
    Summary for replication
  81. Урок 81. 00:00:52
    SECTION 12 Introduction
  82. Урок 82. 00:01:01
    Example with consumer groups overview
  83. Урок 83. 00:10:01
    Exploring default consumer groups
  84. Урок 84. 00:08:13
    Starting consumer in the custom consumer group
  85. Урок 85. 00:04:41
    Starting second consumer in the same consumer group
  86. Урок 86. 00:02:00
    Launching one more consumer in the same group
  87. Урок 87. 00:05:52
    Idle consumers in the group
  88. Урок 88. 00:01:49
    Summary for consumer groups
  89. Урок 89. 00:00:49
    SECTION 13 Introduction
  90. Урок 90. 00:01:19
    Overview of the performance testing example
  91. Урок 91. 00:04:23
    Starting cluster and launching basic performance test
  92. Урок 92. 00:02:52
    Increasing performance test parameters
  93. Урок 93. 00:03:19
    Testing consumer performance
  94. Урок 94. 00:05:19
    Getting non-zero LAG values for consumers
  95. Урок 95. 00:00:59
    Performance test example summary
  96. Урок 96. 00:01:46
    SECTION 14 Introduction
  97. Урок 97. 00:01:06
    Project Files for the Java section
  98. Урок 98. 00:03:23
    Installing IntelliJ editor
  99. Урок 99. 00:05:41
    Creating and configuring Maven project
  100. Урок 100. 00:01:39
    Starting Kafka Cluster
  101. Урок 101. 00:07:05
    Creating Java Producer
  102. Урок 102. 00:07:07
    Continue Creating Java Producer
  103. Урок 103. 00:05:05
    Launching Java Producer
  104. Урок 104. 00:12:05
    Explaining most common Producer parameters
  105. Урок 105. 00:05:28
    Modifying Serializer type
  106. Урок 106. 00:06:07
    Producing meaningful messages with delay
  107. Урок 107. 00:02:53
    Refactoring Producer by adding previous example
  108. Урок 108. 00:07:49
    Creating consumer with autocommitting - PART 1
  109. Урок 109. 00:08:32
    Creating consumer with autocommitting - PART 2
  110. Урок 110. 00:06:25
    Consumer parameters overview
  111. Урок 111. 00:10:34
    Consumer with Manual Committing
  112. Урок 112. 00:05:37
    Consumer with Partitions Assignment
  113. Урок 113. 00:07:42
    Launching multipile consumers in the same consumer group
  114. Урок 114. 00:01:55
    CHALLENGE - Subscribe vs Assign with consumer groups
  115. Урок 115. 00:00:55
    SECTION 15 Introduction
  116. Урок 116. 00:01:56
    Installing Node.js with NPM
  117. Урок 117. 00:02:21
    Starting up Kafka cluster with 3 brokers
  118. Урок 118. 00:01:38
    Initializing Node.js project
  119. Урок 119. 00:01:15
    Final Node.js project files
  120. Урок 120. 00:07:03
    Creating basic Node.js producer
  121. Урок 121. 00:06:43
    Producing random animal names
  122. Урок 122. 00:04:54
    Creating Node.js consumer
  123. Урок 123. 00:00:44
    SECTION 16 Introduction
  124. Урок 124. 00:01:41
    Installing Python
  125. Урок 125. 00:00:44
    Final Python project files
  126. Урок 126. 00:05:36
    Launching basic Python producer
  127. Урок 127. 00:03:37
    Launching consumer and receiving messages
  128. Урок 128. 00:06:02
    Generating fake names in the messages by producer
  129. Урок 129. 00:01:08
    Course Summary