Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perbu/franz_kafka
https://github.com/perbu/franz_kafka
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/perbu/franz_kafka
- Owner: perbu
- Created: 2023-02-28T08:24:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T10:49:02.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T12:46:32.847Z (7 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example code for franz-go package
This is a simple example of how to use the franz-go package to produce and consume messages.
# pkafka package
This is an abstraction on top of franz-go which provides a method that will produce on a kafka topic. if kafka isn't
available it'll retry until the message is produced.