وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Introduction to Kafka with Spring Boot

سرفصل های دوره

Learn how to integrate with the Kafka messaging broker using Spring Boot 3 and Spring Kafka


1. Introduction
  • 1. Introduction
  • 2. Instructor Introduction
  • 3. Getting the Most out of this Course
  • 4. Is Your IDE Free Like a Puppy
  • 5. Free 120 Day Trial for IntelliJ IDEA Ultimate.html
  • 6. Course Slack Channel.html
  • 7. Using GitHub

  • 2. Message Driven Architectures
  • 1. Message Driven Architectures
  • 2. Reactive Manifesto
  • 3. EIP

  • 3. Messaging with Kafka
  • 1.1 SectionOverview-Slides.pdf
  • 1. Section Introduction
  • 2.1 SyncVsAsync-Slides.pdf
  • 2. Synchronous & Asynchronous Communication
  • 3.1 KafkaJmsRabbit-Slides.pdf
  • 3. Kafka vs ActiveMQ (JMS) vs Rabbit (AMQP)
  • 4. Messaging With Kafka - Part 1.html
  • 5.1 WhatIsKafka-Slides.pdf
  • 5. What is Kafka
  • 6.1 MessageVsEvent-Slides.pdf
  • 6. Message vs Event
  • 7.1 WhatIsAKafkaMessage-Slides.pdf
  • 7. What is a Kafka Message
  • 8.1 KRaftAndZookeeper-Slides.pdf
  • 8. KRaft & Zookeeper
  • 9. Messaging With Kafka - Part 2.html

  • 4. Installing and Running Kafka
  • 1.1 SectionIntroduction-Slides.pdf
  • 1. Section Introduction
  • 2. Install Kafka Locally, and Running the Broker
  • 3. Sending and Receiving
  • 4.1 KafkaCLIToolsIntroduction-Slides.pdf
  • 4. CLI tools - Introduction
  • 5.1 KafkaCLIToolsStartStopServer-Slides.pdf
  • 5. CLI tools - Start Stop Server Tool
  • 6.1 KafkaCLIToolsTopicTool-Slides.pdf
  • 6. CLI tools - Topic Tool
  • 7.1 KafkaCLIToolsConsumerGroupTool-Slides.pdf
  • 7. CLI tools - Consumer Group Tool
  • 8. Installing and Running Kafka - Part 1.html
  • 9. Installing and Running Kafka - Part 2.html
  • 10.1 SectionRecap-Slides.pdf
  • 10. Section Recap

  • 5. Coding Kafka with Spring Boot
  • 1.1 SystemOverview-Slides.pdf
  • 1. Section Introduction
  • 2.1 Ending Source.html
  • 2.2 SpringInitialzr-Slides.pdf
  • 2. Creating The Project - Spring Initializr
  • 3. Lombok Annotations
  • 4.1 Consumer-Slides.pdf
  • 4.2 Ending Source.html
  • 4.3 Mockito Overview.html
  • 4.4 Starting Source.html
  • 4. The Consumer
  • 5.1 Article JSON Serialization.html
  • 5.2 Ending Source.html
  • 5.3 JsonDeserializer-Slides.pdf
  • 5.4 Starting Source.html
  • 5. JSON Deserializer
  • 6.1 Article Poison Pill.html
  • 6.2 DeserializerErrorHandling-Slides.pdf
  • 6.3 Ending Source.html
  • 6.4 Starting Source.html
  • 6. Deserializer Error Handling
  • 7.1 Ending Source.html
  • 7.2 SpringBeanConfiguration-Slides.pdf
  • 7.3 Starting Source.html
  • 7. Spring Bean Configuration
  • 8. Coding Kafka with Spring Boot - Part 1.html
  • 9.1 CreateTheTopics-Slides.pdf
  • 9. Create The Topics
  • 10.1 Ending Source.html
  • 10.2 Produce-Slides.pdf
  • 10.3 Starting Source.html
  • 10. Produce
  • 11.1 ConsumeUsingCLI-Slides.pdf
  • 11.2 Starting Source.html
  • 11. Consume Using CLI
  • 12. Coding Kafka with Spring Boot - Part 2.html
  • 13.1 ServiceRecap-Slides.pdf
  • 13. Section Recap

  • 6. Assignment - Tracking Service
  • 1. Consume and Produce Events using Spring Kafka.html

  • 7. Spring Boot Integration Test
  • 1.1 Article Consume & Produce Testing.html
  • 1.2 IntegrationTestIntroduction-Slides.pdf
  • 1. Section Introduction
  • 2.1 Ending Source.html
  • 2.2 IntegrationTest-Slides.pdf
  • 2.3 Starting Source.html
  • 2. Integration Test
  • 3. Integration Test Assignment.html

  • 8. Multiple Instances & Consumer Groups
  • 1.1 Article Consumer Group Rebalance.html
  • 1.2 ConsumerGroups-Slides.pdf
  • 1. Section Introduction
  • 2.1 ConsumerGroupExercises-Slides.pdf
  • 2. Introduction to Consumer Group Exercises
  • 3.1 Ending Source.html
  • 3.2 SharedConsumerGroup-Slides.pdf
  • 3.3 Starting Source.html
  • 3. Shared Consumer Group
  • 4.1 At-Least-Once Delivery Article.html
  • 4.2 ConsumerFailover-Slides.pdf
  • 4.3 Starting Source.html
  • 4. Demo Consumer Failover
  • 5.1 DuplicateConsumption-Slides.pdf
  • 5.2 Starting Source.html
  • 5. Duplicate Consumption
  • 6. Multiple Instances & Consumer Groups.html
  • 7.1 ConsumerGroupRecap-Slides.pdf
  • 7. Section Recap

  • 9. Keys and Partitions
  • 1.1 Article Kafka Keys, Partitions and Message Ordering.html
  • 1.2 KeysAndPartitions-Slides.pdf
  • 1. Section Introduction
  • 2.1 Ending Source.html
  • 2.2 KeyedMessages-Slides.pdf
  • 2.3 Starting Source.html
  • 2. Message Keys
  • 3.1 ConsumingKeyedMessages-Slides.pdf
  • 3.2 Starting Source.html
  • 3. Consuming Keyed Messages
  • 4. Keys and Partitions.html
  • 5.1 KeyPartitionsRecap-Slides.pdf
  • 5. Section Recap

  • 10. Consuming Multiple Event Types
  • 1.1 Article Topics Fat Pipe or Thin Pipe.html
  • 1.2 ConsumingMultipleEventTypesIntro-Slides.pdf
  • 1. Section Introduction
  • 2.1 Ending Source Tracking Service.html
  • 2.2 Starting Source Tracking Service.html
  • 2. Kafka Handler
  • 3.1 Ending Source Tracking Service.html
  • 3.2 Starting Source Tracking Service.html
  • 3. Trusted Packages
  • 4. Consuming Multiple Event Types.html
  • 5.1 ConsumingMultipleEventTypesRecap-Slides.pdf
  • 5. Section Recap

  • 11. Assignment Multiple Event Types
  • 1. Consume Multiple Event Types from the same Topic.html

  • 12. Error Handling, Retry, & Dead Letter Topics
  • 1.1 ErrorHandlingRetryDLTIntro-Slides.pdf
  • 1. Section Introduction
  • 2.1 WiremockOverview-Slides.pdf
  • 2. Wiremock Overview
  • 3.1 Article Consumer Retry.html
  • 3.2 Article Message Batch Consumer Retry.html
  • 3.3 Article Non-Blocking Retry Spring Retry Topics.html
  • 3.4 Ending Source.html
  • 3.5 Retry Intro-Slides.pdf
  • 3.6 Standalone Wiremock Repo.html
  • 3.7 Starting Source.html
  • 3. Retry Introduction
  • 4.1 Retry Coding-Slides.pdf
  • 4. Retry Coding
  • 5.1 Retry Coding-Slides.pdf
  • 5. Retry Integration Tests
  • 6.1 Retry Debugging Integration Tests-Slides.pdf
  • 6. Retry Debugging Integration Tests
  • 7.1 Retry Commandline Demo-Slides.pdf
  • 7. Retry Commandline Demo
  • 8.1 Retry Recap-Slides.pdf
  • 8. Retry Recap
  • 9.1 DLT-Slides.pdf
  • 9.2 Ending Source.html
  • 9.3 Standalone Wiremock Repo.html
  • 9.4 Starting Source.html
  • 9. Dead Letter Topics
  • 10. Error Handling, Retry, & Dead Letter Topics.html
  • 11.1 ErrorHandlingRetryDLTRecap-Slides.pdf
  • 11. Section Recap

  • 13. Course Review
  • 1. Course Review
  • 2. Design Considerations
  • 3.1 Lydtech Consulting Kafka Articles.html
  • 3. Next Steps

  • 14. Appendix A - Using GitHub
  • 1. Git and GitHub Basics - Start Here!.html
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 22247
    حجم: 3127 مگابایت
    مدت زمان: 294 دقیقه
    تاریخ انتشار: 9 آبان 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید