Skip to content

aranw/franz-go-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

franz-go-examples

This repository contains simple examples of how to use the franz-go library. The repository accompanies the blog post.

Running the examples

You'll first have to run the docker-compose file to start the Kafka compatible broker Redpanda.

❯ docker-compose up

Then you can run the examples using the following commands:

To run the consumer:

❯ gor ./consumer/main.go

To run the producer:

❯ gor ./producer/main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages