Skip to content

Learning how to publish and consume messages in kafka with go

License

Notifications You must be signed in to change notification settings

studiojms/kafka-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-go

Learning how to publish and consume messages in kafka with go

How to execute

First, connect to the app container. Ex:

docker exec -it kafka-go_app_1 bash

Producer

Run the producer (it will publish a message)

go run producer/main.go

Consumer

Run the consumer (it will consume the messages)

go run consumer/main.go

About

Learning how to publish and consume messages in kafka with go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published