本站已收录 番号和无损神作磁力链接/BT种子 

Apache Kafka for Developers using Spring Boot

种子简介

种子名称: Apache Kafka for Developers using Spring Boot
文件类型: 视频
文件数目: 80个文件
文件大小: 3.21 GB
收录时间: 2025-10-30 07:50
已经下载: 3
资源热度: 5
最近下载: 2025-10-30 20:03

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:8d6bce26eb6e625e9f2baaae0fd1fffbdcc7d77a&dn=Apache Kafka for Developers using Spring Boot 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

Apache Kafka for Developers using Spring Boot.torrent
  • 19. Kafka Security using SSL Hands-On/3. Set Up SSL Kafka Security in Local.mp4108.74MB
  • 1. Getting Started With the Course/2. Pre-Requesities.mp44.73MB
  • 3. Getting Started with Kafka/1. Introduction to Kafka.mp422.08MB
  • 3. Getting Started with Kafka/2. Kafka Terminologies and Client APIs.mp49.06MB
  • 4. Download and Install Kafka/1. Download and Install Kafka.mp424.07MB
  • 5. Understanding Kafka Components and its Internals - (Theory + Hands On)/1. Kafka Topics and Partitions - Theory.mp412.75MB
  • 5. Understanding Kafka Components and its Internals - (Theory + Hands On)/2. Set Up a ZooKeeperKafka Broker in Local.mp451.57MB
  • 5. Understanding Kafka Components and its Internals - (Theory + Hands On)/3. Create Topic, Produce and Consume Messages using the CLI.mp422.68MB
  • 5. Understanding Kafka Components and its Internals - (Theory + Hands On)/4. Produce and Consume Messages with Key.mp421.17MB
  • 5. Understanding Kafka Components and its Internals - (Theory + Hands On)/5. Consumer Offsets.mp411.14MB
  • 5. Understanding Kafka Components and its Internals - (Theory + Hands On)/6. Consumer Groups.mp429.03MB
  • 5. Understanding Kafka Components and its Internals - (Theory + Hands On)/7. Commit Log and Retention Policy.mp452.97MB
  • 5. Understanding Kafka Components and its Internals - (Theory + Hands On)/8. Kafka as a Distributed Streaming System.mp413.16MB
  • 5. Understanding Kafka Components and its Internals - (Theory + Hands On)/9. Setting up a Kafka Cluster in Local with 3 Kafka Brokers.mp486.39MB
  • 5. Understanding Kafka Components and its Internals - (Theory + Hands On)/10. How Kafka Cluster distributes the Client Requests - LeaderFollower.mp418.95MB
  • 5. Understanding Kafka Components and its Internals - (Theory + Hands On)/11. How Kafka handles Data Loss - Replication and In-Sync-Replica (ISR).mp443.56MB
  • 5. Understanding Kafka Components and its Internals - (Theory + Hands On)/12. Fault Tolerance and Robustness in Kafka.mp412.24MB
  • 6. Application Overview/1. Overview of the application - Library Inventory.mp49.56MB
  • 8. Build SpringBoot Kafka Producer - Hands On/1. Setting up the Base project for Library Event Kafka producer.mp428.86MB
  • 8. Build SpringBoot Kafka Producer - Hands On/2. Build the Library Event Domain.mp417.8MB
  • 8. Build SpringBoot Kafka Producer - Hands On/3. Create the POST endpoint libraryevent.mp432.35MB
  • 8. Build SpringBoot Kafka Producer - Hands On/4. Introduction to Spring KafkaTemplate to Produce Messages - Theory.mp425.53MB
  • 8. Build SpringBoot Kafka Producer - Hands On/5. Configure KafkaTemplate using SpringBoot Profiles - application.yml.mp434.46MB
  • 8. Build SpringBoot Kafka Producer - Hands On/6. How Spring Boot AutoConfiguration Works - Kafka Producer.mp445.87MB
  • 8. Build SpringBoot Kafka Producer - Hands On/7. AutoCreate TOPIC using KafkaAdmin.mp439.92MB
  • 8. Build SpringBoot Kafka Producer - Hands On/8. Build LibraryEvents Producer using KafkaTemplate - Approach1- Part1.mp481.45MB
  • 8. Build SpringBoot Kafka Producer - Hands On/9. Build LibraryEvents Producer using KafkaTemplate - Approach1- Part2.mp437.82MB
  • 8. Build SpringBoot Kafka Producer - Hands On/10. LibraryEvents Producer API - Behind the Scenes.mp438.18MB
  • 8. Build SpringBoot Kafka Producer - Hands On/11. Build LibraryEvents Producer using KafkaTemplate - Approach2.mp470.33MB
  • 8. Build SpringBoot Kafka Producer - Hands On/12. Build LibraryEvents Producer using KafkaTemplate - Approach3.mp463.21MB
  • 8. Build SpringBoot Kafka Producer - Hands On/13. Sending KafkaRecord With Headers using KafkaTemplate.mp432.12MB
  • 8. Build SpringBoot Kafka Producer - Hands On/14. Add LibraryEvent Type - NEW, UPDATE.mp424.68MB
  • 9. Integration Testing using JUnit5 - Hands On/1. Introduction to Automates Tests.mp44.37MB
  • 9. Integration Testing using JUnit5 - Hands On/2. Integration Test for POST endpoint - v1libraryevent - Part 1.mp415.99MB
  • 9. Integration Testing using JUnit5 - Hands On/3. Integration Test for POST endpoint - v1libraryevent - Part 2.mp488.44MB
  • 9. Integration Testing using JUnit5 - Hands On/4. Embedded Kafka - Introduction , Configure and Integrate in JUnit.mp471.36MB
  • 9. Integration Testing using JUnit5 - Hands On/5. Integrate Kafka Consumer in JUnit and Consume the record.mp4106.74MB
  • 10. Unit Testing using JUnit5- Hands On/1. Introduction to Unit Testing.mp43.87MB
  • 10. Unit Testing using JUnit5- Hands On/2. Unit Test POST libraryevent endpoint using MockMVC.mp486.38MB
  • 10. Unit Testing using JUnit5- Hands On/3. Adding Validations to the LibraryEvent Payload.mp434.67MB
  • 10. Unit Testing using JUnit5- Hands On/4. Custom ErrorMessages using ControllerAdvice.mp455MB
  • 10. Unit Testing using JUnit5- Hands On/5. Write JUnit Test for Kafka Producer - OnFailure().mp494.95MB
  • 10. Unit Testing using JUnit5- Hands On/6. Write JUnit Test for Kafka Producer - OnSuccess().mp451.93MB
  • 11. Build SpringBoot Kafka Producer - Sending Message With Key - Hands On/1. Create the PUT endpoint - v1libraryEvent.mp452.12MB
  • 12. Kafka Producer Important Configurations/1. Kafka Producer - Important Configurations.mp411.5MB
  • 12. Kafka Producer Important Configurations/2. Configure the acks value as All - Hands On.mp427.02MB
  • 13. Build SpringBoot Kafka Consumer - Hands On/1. Set Up the Library Events Consumer Base project.mp428.28MB
  • 13. Build SpringBoot Kafka Consumer - Hands On/2. Introduction to Spring Kafka Consumer - Theory.mp419.03MB
  • 13. Build SpringBoot Kafka Consumer - Hands On/3. Configure Kafka Consumer using SpringBoot Profiles - application.yml.mp428.25MB
  • 13. Build SpringBoot Kafka Consumer - Hands On/4. Build Kafka Consumer using @KafkaListener Annotation.mp455.92MB
  • 13. Build SpringBoot Kafka Consumer - Hands On/5. How Spring Boot AutoConfiguration Works - Kafka Consumer.mp455.41MB
  • 14. Consumer Groups and Consumer Offset Management- Hands On/1. Consumer Groups and Rebalance- Hands On.mp436.85MB
  • 14. Consumer Groups and Consumer Offset Management- Hands On/2. Default Consumer Offset Management in Spring Kafka - Hands On.mp434.88MB
  • 14. Consumer Groups and Consumer Offset Management- Hands On/3. Manual Consumer Offset Management - Hands On.mp451.04MB
  • 14. Consumer Groups and Consumer Offset Management- Hands On/4. Concurrent Consumers - Hands On.mp428.8MB
  • 15. Persisting Library Events in DB - Using H2 InMemory DataBase - Hands On/1. Configuring the H2 In-Memory DB.mp428.65MB
  • 15. Persisting Library Events in DB - Using H2 InMemory DataBase - Hands On/2. Create LibraryEvent and Book Entity.mp431.86MB
  • 15. Persisting Library Events in DB - Using H2 InMemory DataBase - Hands On/3. Build Service Layer to process LibraryEvent - ADD Event Type.mp477.58MB
  • 15. Persisting Library Events in DB - Using H2 InMemory DataBase - Hands On/4. Build Service Layer to process LibraryEvent - MODIFY Event Type.mp464.12MB
  • 16. Integration Testing using Embedded Kafka - Kafka Consumer - Hands On/1. Configure Embedded Kafka for Integration Tests.mp456.61MB
  • 16. Integration Testing using Embedded Kafka - Kafka Consumer - Hands On/2. Write the Integration test for posting a new LibraryEvent.mp474.31MB
  • 16. Integration Testing using Embedded Kafka - Kafka Consumer - Hands On/3. Write the Integration test for posting a UPDATE LibraryEvent.mp461.24MB
  • 16. Integration Testing using Embedded Kafka - Kafka Consumer - Hands On/5. Integration Tests for Real Databases using TestContainers.mp410.23MB
  • 17. Error Handling, Retry and Recovery - Kafka Consumer - Hands On/1. Custom Error Handler.mp447.45MB
  • 17. Error Handling, Retry and Recovery - Kafka Consumer - Hands On/2. Retry in Kafka Consumer.mp461.66MB
  • 17. Error Handling, Retry and Recovery - Kafka Consumer - Hands On/3. Retry SpecificExceptions using Custom RetryPolicy.mp477.36MB
  • 17. Error Handling, Retry and Recovery - Kafka Consumer - Hands On/4. RecoveryRetry in Kafka Consumer.mp48.42MB
  • 17. Error Handling, Retry and Recovery - Kafka Consumer - Hands On/5. Handling Recovery in Kafka Consumer - Part 1.mp449.31MB
  • 17. Error Handling, Retry and Recovery - Kafka Consumer - Hands On/6. Handling Recovery in Kafka Consumer - Part 2.mp490.96MB
  • 18. Error Handling, Retry and Recovery - Kafka Producer - Hands On/1. Error Handling in Kafka Producer.mp46.32MB
  • 18. Error Handling, Retry and Recovery - Kafka Producer - Hands On/2. Retry in Kafka Producer - Broker Not Available.mp479.95MB
  • 18. Error Handling, Retry and Recovery - Kafka Producer - Hands On/3. Retry in Kafka Producer - min.in.sync.replicas.mp450.27MB
  • 18. Error Handling, Retry and Recovery - Kafka Producer - Hands On/4. RetainRecover Failed Records in Kafka Producer.mp49.96MB
  • 19. Kafka Security using SSL Hands-On/1. Why Kafka Security & How SSL works.mp434.24MB
  • 19. Kafka Security using SSL Hands-On/2. How Enterprises addmanage SSL Certificate .mp45.79MB
  • 1. Getting Started With the Course/1. Course Introduction & Objectives.mp46.66MB
  • 19. Kafka Security using SSL Hands-On/4. Accessing Secured Kafka Cluster using CLI - ProducerConsumer Messages.mp451.75MB
  • 19. Kafka Security using SSL Hands-On/5. 2 Way Authentication - Client & Server Authentication.mp438.55MB
  • 20. Accessing SSL Secured Kafka Cluster using Spring Boot/1. Configuring Library Events Producer to access SSL secured Cluster.mp462.62MB
  • 20. Accessing SSL Secured Kafka Cluster using Spring Boot/2. Configuring Library Events Consumer to access SSL secured Cluster.mp429.42MB