Skip to content

Slides about writing reliable Go programs that use Kafka.

Notifications You must be signed in to change notification settings

marselester/kafka-for-gophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

In order to write reliable Go programs that use Apache Kafka, one should understand what basic Kafka concepts are. If you've ever felt uneasy about what happens with your service when a message is lost or written more than once, you should read Kafka: The Definitive Guide.

When it comes to choose a Go library to work with Kafka, the decision could be tough. I would recommend to check out https://github.com/segmentio/kafka-go.

This presentation provides an overview of how to achieve reliable data delivery with Kafka in Go.

Run present to view the slides with notes:

$ git clone https://github.com/marselester/kafka-for-gophers.git
$ cd ./kafka-for-gophers/
$ go run golang.org/x/tools/cmd/present -notes

About

Slides about writing reliable Go programs that use Kafka.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published