kafka-connect
Service icon

KAFKA Connect

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 10 June 2023
 by 
2.0
 (1 rating)
kafka-connect

KAFKA Connect

Documentation
1.0.0

Kafka connector for OutSystems applications.


To run this component, make sure you:

  1. Run Kafka Zookeeper
  2. Run Kafka Server
  3. Create a Kafka Topic
  4. Configure your serverURL, Topic & GroupID
  5. Ensure network connectivity between your OutSystems and Kafka servers.


That's it.

 

With this component, you can:

  1. Send messages from the OutSystems application to the Kafka broker
  2. Receive messages from Kafka to the OutSystems application


The extension is implemented based on the Confluent.Kafka SDK.

Make sure you have the Confluent.Kafka NuGet package installed in your project.