How to Build Golang TCP Server Application with Kafka Stream
What you'll learn
- In the end of my course you will learn how to build a TCP server and KAFKA. You used go application in which you organized the application logic into multiple packages to easily maintain the application.
Requirements
- You should have basic level of knowledge in kafka, tcp and go language
Description
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.
Who this course is for:
- It can be helpful from high school level
Instructor
I’m a solutions architect focused on building highly scalable native applications with a special in APIs, Microservices, containerized applications, and distributed systems. Currently specializes in NodeJS, JS, PHP & Golang. I’m passionate about building scalable back-end systems and Microservices in Go And NodeJS. I’m pragmatic minimalist who focuses on real-world practices for architecting solutions.
Worked with Erlang, Prolog ,Java, NodeJS, PHP, JS, Golang.
Web Servers: Apache HTTP Server, NGINX
Databases: PostgreSQL, Redis, MySQL, MongoDB
Back-End Programming Languages: PHP, Golang, Erlang, NodeJS
Back-End Development Skills: Google Web Toolkit (GWT), Docker, Git, RESTful, Kubectl, Kubernetes
Back-End Development Deliverables: Web Services, API, Database Architecture: RESTful API, PHP Script, Database
Other skills: Backend Rest APIArchitecture Design