An open API service indexing awesome lists of open source software.

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

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
```