Skip to content

supel2bloggest/tutorial-go-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOKAFKA Tutorial

ทดลอง tutorial kafka ตาม codebangkok

คำสั่งเบื้องต้น Basic Command

สร้าง topic

kafka-topics --bootstrap-server=localhost:9092 --topic=bondhello --create

สร้าง consumer (listener) subscribe topic

kafka-console-consumer --bootstrap-server=localhost:9092 --topic=bondhello

สร้้าง producer (sender) run service เพื่อ input message to topic

kafka-console-producer --bootstrap-server=localhost:9092 --topic=bondhello

About

tutorial-go-kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages