PREMIUM ACCOUNTS

Support downtopc by buying or renewing your premium account using below links:







Partners
warezload

movieblogarea download
katzdownload

LinkedIn Complete Guide to Apache Kafka for Beginners

Category: Courses / Others
Author: AD-TEAM
Date added: 07.04.2024 :51:30
Views: 1
Comments: 0










debrid-link
Description material

LinkedIn Complete Guide to Apache Kafka for Beginners


Download Free Download : LinkedIn Complete Guide to Apache Kafka for Beginners
mp4 | Video: h264,1280X720 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:1.43 GB


Files Included :

01 - Kafka course introduction.mp4 (5.71 MB)
MP4
02 - Apache Kafka in five minutes.mp4 (9.8 MB)
MP4
03 - Course objectives.mp4 (7.83 MB)
MP4
01 - Topics, partitions, and offsets.mp4 (12.81 MB)
MP4
02 - Producers and message keys.mp4 (14.59 MB)
MP4
03 - Consumers and deserialization.mp4 (7.98 MB)
MP4
04 - Consumer groups and consumer offsets.mp4 (14.82 MB)
MP4
05 - Brokers and topics.mp4 (8.46 MB)
MP4
06 - Topic replication.mp4 (10.48 MB)
MP4
07 - Producer acknowledgments and topic durability.mp4 (4.3 MB)
MP4
08 - ZooKeeper.mp4 (11.13 MB)
MP4
09 - Kafka KRaft Removing ZooKeeper.mp4 (3.96 MB)
MP4
10 - Theory roundup.mp4 (2.8 MB)
MP4
01 - Important Starting Kafka and lectures order.mp4 (10.92 MB)
MP4
02 - Starting Kafka with Conduktor Multi-platform.mp4 (6.05 MB)
MP4
03 - macOS X Download and set up Kafka in PATH.mp4 (20.34 MB)
MP4
04 - macOS X Start ZooKeeper and Kafka.mp4 (15.98 MB)
MP4
05 - macOS X Using brew.mp4 (14.9 MB)
MP4
06 - Linux Download and set up Kafka in PATH.mp4 (24.35 MB)
MP4
07 - Linux Start ZooKeeper and Kafka.mp4 (16.36 MB)
MP4
08 - Windows WSL2 Download Kafka and PATH setup.mp4 (28.83 MB)
MP4
09 - Windows WSL2 Start ZooKeeper and Kafka.mp4 (17.97 MB)
MP4
10 - Windows WSL2 How to fix problems.mp4 (26.13 MB)
MP4
11 - Windows non-WSL2 Start ZooKeeper and Kafka.mp4 (30.67 MB)
MP4
01 - macOS X Start Kafka in KRaft mode.mp4 (12.62 MB)
MP4
02 - Linux Start Kafka in KRaft mode.mp4 (12.81 MB)
MP4
03 - Windows WSL2 Start Kafka in KRaft mode.mp4 (12.12 MB)
MP4
01 - CLI introduction.mp4 (6.36 MB)
MP4
02 - Kafka topics CLI.mp4 (36.36 MB)
MP4
03 - Kafka console producer CLI.mp4 (25.46 MB)
MP4
04 - Kafka console consumer CLI.mp4 (23.92 MB)
MP4
05 - Kafka consumers in groups.mp4 (17.92 MB)
MP4
06 - Kafka consumer groups CLI.mp4 (15.87 MB)
MP4
07 - Resetting offsets.mp4 (12.57 MB)
MP4
01 - Conduktor Demo.mp4 (16.04 MB)
MP4
01 - Kafka SDK list.mp4 (3.68 MB)
MP4
02 - Creating a Kafka project.mp4 (21.85 MB)
MP4
03 - Java producer.mp4 (32.84 MB)
MP4
04 - Java producer callbacks.mp4 (37.32 MB)
MP4
05 - Java producer with keys.mp4 (16.83 MB)
MP4
06 - Java consumer.mp4 (45.98 MB)
MP4
07 - Java consumer Graceful shutdown.mp4 (22.28 MB)
MP4
08 - Java consumer inside consumer group.mp4 (23.85 MB)
MP4
09 - Java consumer incremental cooperative rebalance and static group membership.mp4 (16.08 MB)
MP4
10 - Java consumer incremental cooperative rebalance Practice.mp4 (19.95 MB)
MP4
11 - Java consumer auto offset commit behavior.mp4 (7.76 MB)
MP4
12 - Programming Advanced tutorials.mp4 (6.05 MB)
MP4
01 - Real-world project overview.mp4 (3.89 MB)
MP4
01 - Wikimedia producer project setup.mp4 (62.15 MB)
MP4
02 - Wikimedia producer implementation.mp4 (31.96 MB)
MP4
03 - Wikimedia producer run.mp4 (29.23 MB)
MP4
04 - Wikimedia producer Producer config intros.mp4 (3.6 MB)
MP4
05 - Producer acknowledgments deep dive.mp4 (18.26 MB)
MP4
06 - Producer retries.mp4 (6.2 MB)
MP4
07 - Idempotent producer.mp4 (5.6 MB)
MP4
08 - Safe Kafka producer settings.mp4 (4.13 MB)
MP4
09 - Wikimedia producer safe producer implementation.mp4 (13.71 MB)
MP4
10 - Kafka message compression.mp4 (10.53 MB)
MP4
11 - linger ms and batch size producer settings.mp4 (7.16 MB)
MP4
12 - Wikimedia producer high-throughput implementation.mp4 (17.87 MB)
MP4
13 - Producer default partitioner and sticky partitioner.mp4 (9.21 MB)
MP4
14 - [Advanced] max block ms and buffer memory.mp4 (5.52 MB)
MP4
01 - OpenSearch consumer Project overview.mp4 (1.72 MB)
MP4
02 - OpenSearch consumer Project setup.mp4 (10.56 MB)
MP4
03 - Setting up OpenSearch on Docker.mp4 (8.63 MB)
MP4
04 - Setting up OpenSearch on the Cloud.mp4 (6.01 MB)
MP4
05 - OpenSearch 101.mp4 (12.62 MB)
MP4
06 - OpenSearch consumer implementation Part 1.mp4 (22.14 MB)
MP4
07 - OpenSearch consumer implementation Part 2.mp4 (34.39 MB)
MP4
08 - Consumer delivery semantics.mp4 (7.57 MB)
MP4
09 - OpenSearch consumer implementation Part 3 idempotence.mp4 (21.23 MB)
MP4
10 - Consumer offsets commit strategies.mp4 (9.68 MB)
MP4
11 - OpenSearch consumer implementation Part 4 delivery semantics.mp4 (23.64 MB)
MP4
12 - OpenSearch consumer implementation Part 5 batching data.mp4 (15.2 MB)
MP4
13 - Consumer offset reset behavior.mp4 (4.02 MB)
MP4
14 - OpenSearch consumer implementation Part 6 replaying data.mp4 (11.31 MB)
MP4
15 - Consumer internal threads.mp4 (10.13 MB)
MP4
16 - Consumer replica fetching Rack awareness.mp4 (6.2 MB)
MP4
01 - Kafka extended APIs Overview.mp4 (2.66 MB)
MP4
02 - Kafka Connect introduction.mp4 (5.15 MB)
MP4
03 - Kafka Connect Wikimedia and Elasticsearch hands-on.mp4 (37.77 MB)
MP4
04 - Kafka Streams introduction.mp4 (4.13 MB)
MP4
05 - Kafka Streams hands-on.mp4 (19.69 MB)
MP4
06 - Kafka Schema Registry introduction.mp4 (8.82 MB)
MP4
07 - Kafka Schema Registry hands-on.mp4 (16.87 MB)
MP4
08 - Which Kafka API should you use.mp4 (2.68 MB)
MP4
01 - Choosing partition count and replication factor.mp4 (10.99 MB)
MP4
02 - Kafka topics naming convention.mp4 (3.73 MB)
MP4
03 - Case study MovieFlix.mp4 (9.98 MB)
MP4
04 - Case study GetTaxi.mp4 (8.35 MB)
MP4
05 - Case study MySocialMedia.mp4 (11.23 MB)
MP4
06 - Case study MyBank.mp4 (7.39 MB)
MP4
07 - Case study Big data ingestion.mp4 (3.35 MB)
MP4
08 - Case study Logging and metrics aggregation.mp4 (2.15 MB)
MP4
01 - Kafka cluster setup high-level architecture overview.mp4 (5.81 MB)
MP4
02 - Kafka monitoring and operations.mp4 (4.91 MB)
MP4
03 - Kafka security.mp4 (11.94 MB)
MP4
04 - Kafka multi-cluster and MirrorMaker.mp4 (9.26 MB)
MP4
05 - Advertised listeners Kafka client and server communication protocol.mp4 (7.78 MB)
MP4
01 - Changing a topic configuration.mp4 (10.91 MB)
MP4
02 - Segment and indexes.mp4 (8.43 MB)
MP4
03 - Log cleanup policies.mp4 (6.42 MB)
MP4
04 - Log cleanup delete.mp4 (4.71 MB)
MP4
05 - Log compaction theory.mp4 (9.73 MB)
MP4
06 - Log compaction practice.mp4 (12.97 MB)
MP4
07 - Unclean leader election.mp4 (3.96 MB)
MP4
08 - Large messages in Kafka.mp4 (5.7 MB)
MP4
01 - What's next.mp4 (2.42 MB)
MP4








Free search engine download: LinkedIn Complete Guide to Apache Kafka for Beginners
debrid-link
Join to our telegram Group
Information
Users of Guests are not allowed to comment this publication.
Choose Site Language
Keep downtopc Online Please

PREMIUM ACCOUNTS

Support downtopc by buying or renewing your premium account using below links: