https://github.com/istyle-inc/go-example-developers-summit
https://github.com/istyle-inc/go-example-developers-summit
confluent golang kafka
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/istyle-inc/go-example-developers-summit
- Owner: istyle-inc
- Created: 2018-02-12T17:06:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T09:47:59.000Z (over 7 years ago)
- Last Synced: 2025-01-17T07:09:53.078Z (5 months ago)
- Topics: confluent, golang, kafka
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# example / Apache Kafka golang producer for developers summit2018
producer_example - basic producer
required [dep](https://github.com/golang/dep)
## Installing librdkafka
[confluentinc/confluent-kafka-go installing-librdkafka](https://github.com/confluentinc/confluent-kafka-go#installing-librdkafka)
## Started
```bash
$ make build
``````bash
$ goproducer produce --file data/data.log
```### For MacOS
```bash
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
```