SwiftKafka
SwiftKafka copied to clipboard
Swift SDK for Apache Kafka
- Includes code from PR https://github.com/Kitura/SwiftKafka/pull/10 - Mappings for admin API for create and destroy topic
Getting Error while adding SwiftKafka using Package Manager in Swift . Got Error like Undefined Symbol . I have to added target in Targets array in package manage package file...
I have added the following config property in my Swift file. ```swift config["bootstrap.servers"] = "localhost:9092" ``` I tested the property using breakpoint, and it is successfully reflected. ```bash (lldb) po...
I have a macOS xcode project and I would like to include IBM Kafka in to my project as a framework and use it. How can I achieve this?
I am developing a watchOS app, that uses data coming from a Kafkastream and I want to use this library for this purpose, but it keeps ignoring my local "librdkafka"...
Otherwise, everything looks okay so far.