MCWKafka
MCWKafka is an Omnis Studio xComp that provides integration with Apache Kafka using librdkafka.
Features
- Kafka Producer and Consumer
- Based on librdkafka
- Configurable properties
- Batch messaging
- Headers support
Requirements
- Windows x64
- Visual Studio 2022
- vcpkg
- librdkafka:x64-windows
Installation
git clone https://github.com/microsoft/vcpkg
cd vcpkg
bootstrap-vcpkg.bat
vcpkg install librdkafka:x64-windows
vcpkg integrate install
TODO
- Schema validation
- Return partition and offset on produce
- Schema utilities
Original Project https://github.com/javlacerda/mcwkafka