ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

19,957 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

257,942 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,093 views

2 years ago

Java Techie
Apache Kafka® Components & Architecture Detailed Explanation in 15 min | Javatechie

... #JavaTechie #Kafka Spring boot microservice Live course Just started (Recordings available) Hurry-up & Register today itself!

15:41
Apache Kafka® Components & Architecture Detailed Explanation in 15 min | Javatechie

137,104 views

2 years ago

Java Techie
🔥 Kafka Streams for Beginners | What & Why Kafka Streams Explained @Javatechie

JavaTechie #Kafka #Stream #Java In this video, we're kicking off a beginner-friendly series on Kafka Streams — the powerful ...

10:39
🔥 Kafka Streams for Beginners | What & Why Kafka Streams Explained @Javatechie

11,020 views

2 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

63,489 views

2 years ago

Java Techie
Apache Kafka® Tutorials for Beginners | What & Why Apache Kafka? Brief introduction | JavaTechie

In this Tutorial, we will discuss basic introduction of Kafka Agenda What is Kafka Why do we need kafka How doest it works ...

14:07
Apache Kafka® Tutorials for Beginners | What & Why Apache Kafka? Brief introduction | JavaTechie

243,393 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

45,746 views

1 year 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,223 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!)

10,890 views

1 month 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,347 views

1 month 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,374 views

6 months 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

81,461 views

2 years ago

Java Techie
Kafka Streams SerDes Explained 🚀 | JSON & Custom in Spring Boot @Javatechie

JavaTechie #KafkaStreams #SpringBoot #Realtime In this video, we'll break down one of the most confusing yet powerful parts of ...

17:47
Kafka Streams SerDes Explained 🚀 | JSON & Custom in Spring Boot @Javatechie

4,214 views

1 month ago

Java Techie
Kafka Pro Tips | Mastering Message Routing with Specific Partitions | @Javatechie

JavaTechie #SpringBoot #Kafka In this video, you'll learn: ✓ Default kafka partition message distribution ✓ How to send ...

17:04
Kafka Pro Tips | Mastering Message Routing with Specific Partitions | @Javatechie

29,489 views

2 years ago

Java Techie
Apache Kafka Consumer Example using SpringBoot | Java Techie

This video explain you How to Consume plain text and object using Kafka and @KafkaListener GitHub: ...

25:37
Apache Kafka Consumer Example using SpringBoot | Java Techie

42,261 views

7 years ago

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

... kafka without Zookeeper and will understand how internally it manage the brokers metadada #JavaTechie #Kafka Spring boot ...

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

56,797 views

2 years ago

Amigoscode
Kafka Tutorial - Spring Boot Microservices

Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data ...

51:29
Kafka Tutorial - Spring Boot Microservices

501,577 views

3 years 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,139 views

2 years 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,418 views

7 years 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,295 views

3 months ago

Daily Code Buffer
Apache KAFKA Tutorial | KAFKA Crash Course | Spring Boot

Head to https://cutt.ly/spring_micro and use Coupon Code DCBFEST to get a huge Discount on the course. Let's Learn about ...

56:49
Apache KAFKA Tutorial | KAFKA Crash Course | Spring Boot

160,948 views

2 years 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

29,961 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,608 views

6 months ago

Code Decode
Kafka Implementation with Producer and Consumer example in Spring boot | tutorial | Code Decode

In this video of kafka implementation with producer and consumer example by code decode we have explained Udemy Course of ...

18:48
Kafka Implementation with Producer and Consumer example in Spring boot | tutorial | Code Decode

159,375 views

3 years ago

Java Techie
Securing Spring Boot Microservices with Keycloak using OpenID | OAuth2.0 | JavaTechie

in this tutorial we will demonstrate how to secure your spring boot microservice application using Keycloak okay alright Keycloak ...

32:38
Securing Spring Boot Microservices with Keycloak using OpenID | OAuth2.0 | JavaTechie

142,902 views

4 years ago