ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,490 results

Java Techie
🚀 Apache Kafka Crash Course With Spring Boot 3.0.x | @Javatechie

JavaTechie #DistributedMessaging #SpringBoot #Kafka This video will guide you through Kafka, starting from the ...

4:50:16
🚀 Apache Kafka Crash Course With Spring Boot 3.0.x | @Javatechie

262,547 views

1 year ago

Java Techie
Apache Kafka® Producer Example using SpringBoot 3.x | Java Techie

In this tutorial, we will be creating a simple Kafka Producer using Spring Boot 3.0 and will understand below key points Default ...

25:59
Apache Kafka® Producer Example using SpringBoot 3.x | Java Techie

99,886 views

2 years ago

Java Techie
Kafka Error Handling with Spring Boot | Retry Strategies & Dead Letter Topics | JavaTechie

JavaTechie #Kafka #SpringBoot #ErrorHandling In this Video, We will understand how to handle error in Kafka using retry and ...

28:34
Kafka Error Handling with Spring Boot | Retry Strategies & Dead Letter Topics | JavaTechie

46,412 views

1 year ago

Java Techie
Does Kafka Guarantee Message Ordering? 🤔 Microservices Fix Inside !

JavaTechie #Kafka #Microservices Does Kafka really guarantee message ordering in microservices? Many developers ...

28:28
Does Kafka Guarantee Message Ordering? 🤔 Microservices Fix Inside !

10,884 views

3 months ago

Java Techie
Event-Driven Microservices : What Happens When Kafka Fails Midway? (Real-Time Fixes!) @Javatechie

JavaTechie #microservice #springboot #Kafka What happens when your Kafka event fails midway? Don't panic — in this ...

33:18
Event-Driven Microservices : What Happens When Kafka Fails Midway? (Real-Time Fixes!) @Javatechie

18,865 views

7 months ago

Java Techie
Apache Kafka® Consumer Example using SpringBoot 3 | Consumer Groups | Java Techie

In this tutorial, we will be creating a simple Kafka consumer using Spring Boot 3.0 and will understand below key points How to ...

28:00
Apache Kafka® Consumer Example using SpringBoot 3 | Consumer Groups | Java Techie

64,040 views

2 years ago

Java Techie
Kafka Streams Methods in Action with Spring Boot 🚀 | Real-Time Examples @Javatechie

JavaTechie #KafkaStreams #SpringBoot #Realtime In this video, we'll dive deep into Kafka Streams methods — not just theory, ...

44:48
Kafka Streams Methods in Action with Spring Boot 🚀 | Real-Time Examples @Javatechie

4,743 views

2 months ago

Java Techie
Spring Boot | Kafka Schema Registry & Avro with Practical Example and Implementation | #JavaTechie

JavaTechie #springboot #kafka #SchemaRegistry #Avro In this Video, we will learn about how to use Avro schema to produce ...

49:10
Spring Boot | Kafka Schema Registry & Avro with Practical Example and Implementation | #JavaTechie

49,804 views

1 year ago

Java Techie
🔥 Kafka Streams + Spring Boot 🚀 Design a Real-Time Fraud Detection App (Step-by-Step!)

JavaTechie #KafkaStreams #SpringBoot #Realtime In this video, we'll build a Real-Time Fraud Detection App using Kafka ...

21:34
🔥 Kafka Streams + Spring Boot 🚀 Design a Real-Time Fraud Detection App (Step-by-Step!)

11,738 views

2 months ago

Java Techie
Apache Kafka No Longer Requires ZooKeeper | Kraft Mode | Detailed Explanation | JavaTechie

In this Tutorial, we will run apache kafka without Zookeeper and will understand how internally it manage the brokers metadada ...

20:16
Apache Kafka No Longer Requires ZooKeeper | Kraft Mode | Detailed Explanation | JavaTechie

57,379 views

2 years ago

Java Techie
Microservice | CQRS Design Pattern with SpringBoot  & Apache Kafka | JavaTechie

In this tutorial, we will Implement CQRS Design pattern using Spring Boot & Kafka CQRS stands for Command and Query ...

59:03
Microservice | CQRS Design Pattern with SpringBoot & Apache Kafka | JavaTechie

82,229 views

2 years ago

Java Techie
AsyncAPI + Kafka Microservices 🔥 | SpringWolf Auto-Docs in Spring Boot (Zero Config)

JavaTechie #microservice #springboot #Kafka Tired of writing AsyncAPI docs manually? In this video, we'll show you how to ...

30:01
AsyncAPI + Kafka Microservices 🔥 | SpringWolf Auto-Docs in Spring Boot (Zero Config)

11,705 views

7 months ago

Java Techie
Mastering Kafka E2E Integration Testing in Spring Boot with TestContainers | JavaTechie

JavaTechie #SpringBoot #Kafka #IntegrationTest #Testcontainers In this tutorial, we will walk through the process of creating an ...

22:56
Mastering Kafka E2E Integration Testing in Spring Boot with TestContainers | JavaTechie

30,226 views

2 years ago

Java Techie
Event Sourcing in Microservices | Real-time Order Management Example With Spring Boot & Kafka

JavaTechie #Microservice #SpringBoot #DesignPattern In this tutorial, we will learn how to manage the state of an object in a ...

34:48
Event Sourcing in Microservices | Real-time Order Management Example With Spring Boot & Kafka

22,726 views

1 year ago

Java Techie
Java 8 Stream API Cheat Sheet for Interviews | PlayBook | @Javatechie

JavaTechie #Microservice #SpringBoot #DesignPattern In this video, I'll cover all the essential Java 8 stream methods with ...

54:15
Java 8 Stream API Cheat Sheet for Interviews | PlayBook | @Javatechie

71,669 views

1 year ago

TechWorld with Nana
Kafka Crash Course - Hands-On Project

Ready to build complete production systems? Grab your DevOps Roadmap PDF to see the full tech stack that powers scalable ...

1:07:59
Kafka Crash Course - Hands-On Project

112,431 views

3 months ago

Java Techie
What is Apache Kafka & Apache Kafka Publisher Example using SpringBoot | Java Techie

This video explain you 1.What is Apache kafka 2. Basic Architecture of Kafka 3. Environment setup for kafka 4.How to publish ...

34:04
What is Apache Kafka & Apache Kafka Publisher Example using SpringBoot | Java Techie

101,567 views

7 years ago

Java Techie
Kafka Streams Can Remember? 🤯 Stateful Processing & Real-Time Fraud Detection Explained

JavaTechie #KafkaStreams #SpringBoot #Realtime In this video, we'll explore how Kafka Streams can actually remember data ...

20:18
Kafka Streams Can Remember? 🤯 Stateful Processing & Real-Time Fraud Detection Explained

3,804 views

1 month ago

Java Techie
Tired of Messy Microservices? 😫 Try Hexagonal Architecture with Spring Boot 🚀 | Real Example Inside!

JavaTechie #microservice #springboot #grpc In this video, we'll explore Hexagonal Architecture (aka Ports & Adapters) in a ...

43:51
Tired of Messy Microservices? 😫 Try Hexagonal Architecture with Spring Boot 🚀 | Real Example Inside!

20,229 views

6 months ago

Java Techie
Spring Boot | Apache Kafka JSON Serialization & Deserialization Example | JavaTechie

In this tutorial, We will learn How to send and receive a Java Object as a JSON byte[] to and from Apache Kafka using ...

25:05
Spring Boot | Apache Kafka JSON Serialization & Deserialization Example | JavaTechie

45,493 views

2 years ago