When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

How to Build Golang TCP Server Application with Kafka Stream

Go: the Great Stack for TCP server and Kafka

     
  • 2.7
  •  |
  • Reviews ( 2 )
₹499

This Course Includes

  • iconudemy
  • icon2.7 (2 reviews )
  • icon41 total mins
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconUdemy

About How to Build Golang TCP Server Application with Kafka Stream

Apache Kafka is a distributed streaming platform. What exactly does that mean?

A streaming platform has three key capabilities:

Publish and subscribe to streams of records, similar to a message queue or enterprise messaging system.

Store streams of records in a fault-tolerant durable way.

Process streams of records as they occur.

Kafka is generally used for two broad classes of applications:

Building real-time streaming data pipelines that reliably get data between systems or applications

Building real-time streaming applications that transform or react to the streams of data

To understand how Kafka does these things, let's dive in and explore Kafka's capabilities from the bottom up.

First a few concepts:

Kafka is run as a cluster on one or more servers that can span multiple datacenters.

The Kafka cluster stores streams of records in categories called topics.

Each record consists of a key, a value, and a timestamp.Apache Kafka is a distributed event store and stream-processing platform. It is an open-source system developed by the Apache Software Foundation written in Java and Scala. The project aims to provide a unified, high-throughput, low-latency platform for handling real-time data feeds.Confluent develops and maintains a Go client for Apache Kafka that offers a producer and a consumer. This library provides capabilities to produce to and consume from Kafka topics using Go.

What You Will Learn?

  • In the end of my course you will learn how to build a TCP server and KAFKA..
  • You will know what is TCP Server.
  • You will know what is KAFKA.
  • You will know how to build applications.