Udemy Apache Kafka for Event Driven Spring Boot Microservices

0dayddl

U P L O A D E R

359020115_tuto.jpg


Download Free Download : Udemy Apache Kafka for Event Driven Spring Boot Microservices
mp4 | Video: h264,1280X720 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:2.72 GB

Files Included :
1 Introduction.mp4 (16.57 MB)
MP4
10 Ordering of Events in Apache Kafka.mp4 (16.57 MB)
MP4
2 What is Microservice.mp4 (7.23 MB)
MP4
3 Microservice vs Monolithic application.mp4 (9.77 MB)
MP4
4 Microservices Communication.mp4 (17.91 MB)
MP4
5 Event-Driven Architecture with Apache Kafka.mp4 (13.66 MB)
MP4
6 Apache Kafka for Microservices.mp4 (21.87 MB)
MP4
8 Messages and Events in Apache Kafka.mp4 (14.37 MB)
MP4
9 Kafka Topic and Partitions.mp4 (18.92 MB)
MP4
1 1 Section-10-EmailNotificationMicroservice-final-Project.zip (225.08 KB)
ZIP
1 2 Section-10-EmailNotificationMicroservice-Initial-Project.zip (224.85 KB)
ZIP
2 Introduction to Deal Letter Topics in Kafka.mp4 (12.02 MB)
MP4
3 Handle errors The DefaultErrorHandler and DeadLetterPublishingRecoverer classes.mp4 (42.84 MB)
MP4
4 Create and Configure KafkaTemplate object.mp4 (72.68 MB)
MP4
5 Dead Letter Topic Trying how it works.mp4 (42.93 MB)
MP4
1 1 Section-11-EmailNotificationMicroservice-Final-Project.zip (227.15 KB)
ZIP
1 2 Section-11-EmailNotificationMicroservice-Initial-Project.zip (225.08 KB)
ZIP
2 Introduction to Exception handling in Kafka consumer and retries.mp4 (7.1 MB)
MP4
3 Creating retryable and not retryable exceptions.mp4 (21.77 MB)
MP4
4 Configure DefaultErrorHandler with a list of not retryable exceptions.mp4 (34.38 MB)
MP4
5 Trying how not retryable exception works.mp4 (51.94 MB)
MP4
6 Register RetryableException and define wait time interval.mp4 (28.13 MB)
MP4
7 Throwing a RetryableException.mp4 (66.42 MB)
MP4
8 Overview of a destination Microservice.mp4 (18.11 MB)
MP4
8 1 mockservice.zip (80.51 KB)
ZIP
9 Trying how retry works.mp4 (95.28 MB)
MP4
1 1 Section-12-EmailNotificationMicroservice-Final-Project.zip (227.2 KB)
ZIP
1 2 Section-12-EmailNotificationMicroservice-Initial-Project.zip (227.17 KB)
ZIP
2 Introduction to Kafka Consumer Groups.mp4 (9.76 MB)
MP4
3 Rebalancing and Partition Assignment in Apache Kafka.mp4 (17.45 MB)
MP4
4 Assigning Microservice to a consumer group.mp4 (33.73 MB)
MP4
5 Starting up more Microservices.mp4 (34.67 MB)
MP4
6 Trying how partitions assignment works.mp4 (71.94 MB)
MP4
7 Multiple consumers consuming messages from Kafka topic.mp4 (54.84 MB)
MP4
1 What is Apache Kafka broker.mp4 (8.69 MB)
MP4
2 Apache Kafka broker Leader and Follower roles Leadership balance.mp4 (17.56 MB)
MP4
4 Download Apache Kafka.mp4 (29.47 MB)
MP4
5 Start single Apache Kafka broker with KRaft.mp4 (59.84 MB)
MP4
6 Multiple Kafka broker Configuration Files.mp4 (121.72 MB)
MP4
7 Multiple Kafka broker Storage folders.mp4 (38.42 MB)
MP4
8 Starting multiple Kafka broker with KRaft.mp4 (25.57 MB)
MP4
9 Stopping Apache Kafka brokers.mp4 (19.29 MB)
MP4
1 Introduction to Kafka Topic CLI.mp4 (2.74 MB)
MP4
2 Creating a new Kafka topic.mp4 (81.43 MB)
MP4
3 List and describe Kafka topics.mp4 (26.74 MB)
MP4
4 Deleting a Topic.mp4 (22.36 MB)
MP4
1 Introduction Kafka Producer CLI.mp4 (3.17 MB)
MP4
2 Producing a Message without a Key.mp4 (51.69 MB)
MP4
3 Send message as a KeyValue Pair.mp4 (22.49 MB)
MP4
1 Introduction to Kafka Consumer CLI.mp4 (3.03 MB)
MP4
2 Consuming messages from Kafka topic from the beginning.mp4 (30.03 MB)
MP4
3 Consuming new messages only.mp4 (15.01 MB)
MP4
4 Consuming KeyValue pair messages from Kafka topic.mp4 (51.69 MB)
MP4
5 Consuming messages in order.mp4 (32.63 MB)
MP4
1 1 Section-6-ProductsMicroservice-Final-Project.zip (288.56 KB)
ZIP
1 2 Section-6-ProductsMicroservice-Initial-Project.zip (16 KB)
ZIP
10 Creating Rest Controller.mp4 (40.7 MB)
MP4
11 Creating a Service class.mp4 (39.95 MB)
MP4
12 Creating an Event class.mp4 (31.16 MB)
MP4
13 Kafka Producer Send Message Asynchronously.mp4 (91.25 MB)
MP4
14 Kafka Asynchronous Send Trying how it works.mp4 (45.61 MB)
MP4
15 Kafka Producer Send Message Synchronously.mp4 (43.49 MB)
MP4
16 Kafka Producer Handle Exception in Rest Controller.mp4 (46.22 MB)
MP4
17 Kafka Producer Logging Record Metadata Information.mp4 (22.88 MB)
MP4
18 Kafka Synchronous Send Trying how it works.mp4 (23.45 MB)
MP4
2 Introduction to Kafka Producer.mp4 (9.72 MB)
MP4
3 Kafka Producer - Introduction to synchronous communication style.mp4 (13.19 MB)
MP4
4 Kafka Producer - A use case for asynchronous communication style.mp4 (8.33 MB)
MP4
6 Creating a new Spring Boot project.mp4 (43.24 MB)
MP4
7 Kafka Producer configuration properties.mp4 (35.36 MB)
MP4
8 Creating Kafka Topic.mp4 (33.19 MB)
MP4
9 Run Microservice to create a new topic.mp4 (33.06 MB)
MP4
1 1 Section-7-ProducsMicroservice-Final-Project.zip (288.46 KB)
ZIP
1 2 Section-7-ProducsMicroservice-Initial-Project.zip (288.2 KB)
ZIP
10 Trying how Delivery & Request Timeout works.mp4 (34.73 MB)
MP4
2 Kafka Producer Acknowledgement.mp4 (18.82 MB)
MP4
3 Kafka Producer Retries.mp4 (28.39 MB)
MP4
4 Configure Producer Acknowledgments in Spring Boot Microservice.mp4 (10.05 MB)
MP4
5 The min insync replicas configuration.mp4 (32.81 MB)
MP4
6 Trying how the min insync replicas works.mp4 (58.39 MB)
MP4
7 Producer Retries.mp4 (11.02 MB)
MP4
8 Trying how Producer Retries work.mp4 (34.46 MB)
MP4
9 Delivery & Request Timeout.mp4 (25.69 MB)
MP4
1 1 core.zip (71.38 KB)
ZIP
1 2 Section-8-EmailNotificationMicroservice-Final-Project.zip (222.85 KB)
ZIP
1 3 Section-8-EmailNotificationMicroservice-Initial-Project.zip (219.56 KB)
ZIP
1 4 Section-8-ProducsMicroservice-Final-Project.zip (287.8 KB)
ZIP
1 5 Section-8-ProducsMicroservice-Initial-Project.zip (288.46 KB)
ZIP
10 Kafka Listener Container Factory.mp4 (24.04 MB)
MP4
11 Trying if Kafka Consumer Bean Configuration works.mp4 (21.65 MB)
MP4
2 Introduction to Kafka Consumer.mp4 (11.44 MB)
MP4
3 Creating a new Spring Boot project.mp4 (22.16 MB)
MP4
4 Kafka Consumer Configuration Properties.mp4 (30.67 MB)
MP4
5 Kafka Consumer with @KafkaEventListener and @KafkaHandler annotations.mp4 (35.57 MB)
MP4
6 Creating the core module.mp4 (32.78 MB)
MP4
7 Adding core project as a dependency.mp4 (53.46 MB)
MP4
8 @KafkaHandler Trying how it works.mp4 (25.08 MB)
MP4
9 Kafka Consumer Spring Bean Configuration.mp4 (88.88 MB)
MP4
1 1 Section-9-EmailNotificationMicroservice-Final-Project.zip (224.85 KB)
ZIP
1 2 Section-9-EmailNotificationMicroservice-Initial-Project.zip (222.85 KB)
ZIP
2 Introduction to Error Handling in Kafka Consumer.mp4 (8.03 MB)
MP4
3 Causing the deserialization problem.mp4 (21.97 MB)
MP4
4 Kafka Consumer ErrorHandlingDeserializer.mp4 (34.39 MB)
MP4
5 Trying how ErrorHandlingDeserializer works.mp4 (38.87 MB)
MP4

9cs6Dxgo_t.jpg


363506399_rg.png

Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
364146951_nitroflare.jpg

Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
374887060_banner_240-32.png

Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

In der Börse ist nur das Erstellen neuer Download-Angebote erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.in | Dataload.in

Auf Data-Load.in findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load.in / Dataload.in legal?

Data-Load.in ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load.in gespeichert.
Oben Unten