Kafka Client Package for Swift
- Mentors
- FranzBusch
- Organization
- Swift
- Technologies
- c, swift, kafka
- Topics
- Event-Streaming, Swift on Server
Apache Kafka is a distributed event streaming platform that is very widely used to process and store data. This project aims to create a Swift Package that enables Swift developers to send and receive data in the Kafka ecosystem while also taking advantage of the new Swift Concurrency features. At first, this shall be achieved by wrapping an existing C library called librdkafka.