Skip to content

Example application using the confluent-kafka-go client

License

Notifications You must be signed in to change notification settings

confluentinc/confluent-kafka-go-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

confluent-kafka-go-example

Example application using the confluent-kafka-go client.

How to build and run

On OSX or glibc-based Linux (centos, ubuntu, ..):

$ go run main.go mybroker mytopic

On Alpine:

$ go run -tags musl main.go mybroker mytopic

About

Example application using the confluent-kafka-go client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages