https://github.com/perfectlysoft/perfect-libkafka
Swift module imported from C library api `librdkafka`
https://github.com/perfectlysoft/perfect-libkafka
kafka message-queue messaging messaging-library stream-processing streaming streaming-services
Last synced: 9 months ago
JSON representation
Swift module imported from C library api `librdkafka`
- Host: GitHub
- URL: https://github.com/perfectlysoft/perfect-libkafka
- Owner: PerfectlySoft
- License: apache-2.0
- Created: 2017-02-27T19:59:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T17:29:29.000Z (over 8 years ago)
- Last Synced: 2024-11-13T10:29:55.497Z (over 1 year ago)
- Topics: kafka, message-queue, messaging, messaging-library, stream-processing, streaming, streaming-services
- Language: Swift
- Size: 7.81 KB
- Stars: 0
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Perfect-libKafka [简体中文](README.zh_CN.md)
This project imports the librdkafka C library into Swift.
This package builds with Swift Package Manager and is part of the [Perfect](https://github.com/PerfectlySoft/Perfect) project and shall not need to be manually cloned.
Ensure you have installed and activated the latest Swift 3.0 tool chain.
## Release Notes for macOS
Before importing this library, please install librdkafka first:
```
$ brew install librdkafka
```
Please also note that a proper pkg-config path setting is required:
```
$ export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig"
```
## Release Notes for Linux
Before importing this library, please install librdkafka-dev first:
```
$ sudo apt-get install librdkafka-dev
```
## Further Information
For more information on the Perfect project, please visit [perfect.org](http://perfect.org).