Apache Kafka Connector

Free of charge

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

Module Version 
Required Product Omnis Studio 11.1 or later, vcpkg Package Installer, Visual Studio 2022, librdkafka:x64-windows
Last Updated
Component Type
Platform Support  Windows x64, Linux
Language English
License Terms  The Unlicence
Documentation 
Created By  José Lacerda (Prozis.com)