Loading video player...
š SUBSCRIBE for more content like this š: https://www.youtube.com/@kcode_tech?sub_confirmation=1 ------- In this tutorial, we integrate Apache Kafka with Golang! Learn how to build a Producer-Consumer system using Kafka message queues and Go channels for real-time message processing. šÆ What You'll Learn: - Setting up Kafka Producer in Go - Building a Kafka Consumer with confluent-kafka-go - Using Go channels for message handling - Consumer group management and offset control - Topic initialization and readiness checks 00:00 Intro 01:17 Kafka basics & architecture 04:40 Building Kafka Producer 17:25 Creating Kafka Consumer 20:08 Consumer Group & Consumer Options 32:09 Kafka Docker setup 33:20 Testing and finding errors 34:12 Topic initialization & ready checks 42:32 Project Summary and Conclusions ------- š Useful Links: GitHub Repository: https://github.com/k-code-yt/golang-yt-examples/tree/kafka-basic Confluent Kafka Go Client: https://github.com/confluentinc/confluent-kafka-go Apache Kafka Docs: https://kafka.apache.org/documentation/ š± Social media links: - Twitch: https://www.twitch.tv/kcode_tech #kcode #go #golang #kafka #messaging #producer #consumer #channels #goroutines #concurrency #programming #tutorial