https://github.com/symonk/kafka-demo
a small kafka producer consumer setup in golang
https://github.com/symonk/kafka-demo
Last synced: about 2 months ago
JSON representation
a small kafka producer consumer setup in golang
- Host: GitHub
- URL: https://github.com/symonk/kafka-demo
- Owner: symonk
- License: apache-2.0
- Created: 2024-07-12T11:03:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T09:41:40.000Z (10 months ago)
- Last Synced: 2024-12-16T03:10:00.047Z (5 months ago)
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A small demo of a kafka producer and consumer (group) writing to a postgres database
-----
Producer options of note:
* placeholder
Consumer options of note:
* placeholder
-----