Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    https://sophisticatedspectra.com/article/drosia-serenity-a-modern-oasis-in-the-heart-of-larnaca.2521391.html

    DROSIA SERENITY
    A Premium Residential Project in the Heart of Drosia, Larnaca

    ONLY TWO FLATS REMAIN!

    Modern and impressive architectural design with high-quality finishes Spacious 2-bedroom apartments with two verandas and smart layouts Penthouse units with private rooftop gardens of up to 63 m² Private covered parking for each apartment Exceptionally quiet location just 5–8 minutes from the marina, Finikoudes Beach, Metropolis Mall, and city center Quick access to all major routes and the highway Boutique-style building with only 8 apartments High-spec technical features including A/C provisions, solar water heater, and photovoltaic system setup.
    Whether for living or investment, this is a rare opportunity in a strategic and desirable location.

    Confluent Kafka Administration Basics

    Posted By: ELK1nG
    Confluent Kafka Administration Basics

    Confluent Kafka Administration Basics
    Published 6/2025
    MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
    Language: English | Size: 2.91 GB | Duration: 5h 25m

    The message streaming platform

    What you'll learn

    Kafka on confluent platform

    Kafka in kraft mode

    Real time integration solutions with kafka

    Full fledged hands on with confluent platform kafka

    Requirements

    Operating a computer and linux basic commands

    Description

         Confluent is a company founded by the creators of Apache Kafka that offers a data streaming platform, including Confluent Cloud and Confluent Platform, designed to build and manage Kafka-based streaming solutions. Confluent's platform provides a complete end-to-end solution for data streaming, offering features like elastic scalability, resiliency, low latency, pre-built connectors, and enterprise-grade security. They also offer various tools and services, including Confluent Hub for pre-built connectors and extensions, and Confluent's documentation for Apache Kafka client libraries.     Kafka is an open-source distributed streaming system used for stream processing, real-time data pipelines, and data integration at scale. Originally created to handle real-time data feeds at LinkedIn in 2011, Kafka quickly evolved from a messaging queue to a full-fledged event streaming platform, capable of handling over one million messages per second, or trillions of messages per day     In modern days more than 4000+ fortune 500 companies are using kafka for their messaging and integration platform needs. Kafka is used in Retail industries, Banking industries, Insurance industries, Biofore industries, E-Commerce industries, Aviation industries and many more. Technically kafka can be used to in ETL pipelines inorder to maintain proper communication between two systems.      The magic of kafka is "The producer no need to aware of the consumer and consumer no need to aware of the producer, but still communication can be established between them"

    Overview

    Section 1: Introduction

    Lecture 1 Kafka Introduction

    Lecture 2 Advantages and use cases of kafka

    Lecture 3 Kafka flavors and versions

    Lecture 4 Roles and Responsibilities of a kafka admin

    Section 2: Kafka components

    Lecture 5 Topics, Partitions, offsets and Replication factor

    Lecture 6 Broker

    Lecture 7 Controller (Kraft mode)

    Lecture 8 Producer

    Lecture 9 Consumer

    Section 3: Kafka single node installation

    Lecture 10 Lab setup with linux environment

    Lecture 11 SSH to the Linux server

    Lecture 12 Confluent kafka installation (Single node)

    Lecture 13 Kafka service setup and start in kraft mode

    Section 4: Kafka Administration (Using Command Line Interface (CLI))

    Lecture 14 Confluent kafka CLI - Topics management

    Lecture 15 Confluent kafka CLI - Producer operations

    Lecture 16 Confluent kafka CLI - Consumer operations

    Lecture 17 Consumer groups and its significance in kafka

    Lecture 18 Resetting the offsets for a consumer group in CLI

    Section 5: Kafka Administration (using GUI Tools)

    Lecture 19 Offset explorer installation

    Lecture 20 Connecting to a kafka cluster and topics management with offset explorer

    Lecture 21 Consumer groups management with offset explorer

    Section 6: Kafka partition reassignment

    Lecture 22 Scale out kafka cluster from 1 node broker to 2 node brokers

    Lecture 23 Increasing the replication factor of a topic to 2 with partition reassignment

    Section 7: Kafka Broker level Configurations

    Lecture 24 Broker level configurations

    Section 8: Kafka REST Proxy Setup

    Lecture 25 Kafka REST

    IT engineers who want to learn kafka