Qore jni Module 2.4.0
Loading...
Searching...
No Matches

Introduction to the KafkaDataProvider Module

The KafkaDataProvider module provides a data provider API for sending and receiving Kafka messages.

This data provider provides Kafka functionality with the Kafka factory and data provider with the same name, supporting asynchronous Kafka events and messaging (class KafkaDataProvider).

Kafka Data Provider Examples

These examples are with qdp, the command-line interface to the Data Provider API.

API Example: Send a Message
qdp 'Kafka{xxx}/producer' send message 'xxx'
API Example: Listen for Messages
qdp 'Kafka{xxx}'/consumer ix

Release Notes

KafkaDataProvider v1.0

  • initial release of the module