Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 4.56 KB

README.md

File metadata and controls

53 lines (37 loc) · 4.56 KB

Kafka EI Connector

The Kafka connector allows you to access the Kafka Producer API through WSO2 EI and acts as a message producer that facilitates message publishing. The Kafka connector sends messages to the Kafka brokers.

Kafka is a distributed publish-subscribe messaging system that maintains feeds of messages in topics. Producers write data to topics and consumers read from topics. For more information on Apache Kafka, see Apache Kafka documentation.

Compatibility

Connector version Supported Kafka version Supported WSO2 ESB/EI version
3.1.1 kafka_2.12-1.0.0 EI 7.1.0, EI 7.0.x, EI 6.6.0
3.1.0 kafka_2.12-1.0.0 EI 7.1.0, EI 7.0.x, EI 6.6.0
3.0.0 kafka_2.12-1.0.0 EI 6.6.0
2.0.10 kafka_2.12-1.0.0 EI 6.5.0
2.0.9 kafka_2.12-1.0.0 EI 6.5.0
2.0.8 kafka_2.12-1.0.0 EI 6.5.0
2.0.7 kafka_2.12-1.0.0 EI 6.5.0
2.0.6 kafka_2.12-1.0.0 EI 6.5.0
2.0.5 kafka_2.12-1.0.0 ESB 4.9.0, EI 6.2.0, EI 6.3.0, EI 6.4.0, EI 6.5.0
2.0.4 kafka_2.12-1.0.0 ESB 4.9.0, ESB 5.0.0, EI 6.2.0
2.0.3 kafka_2.12-1.0.0 ESB 4.9.0, ESB 5.0.0
1.0.1 kafka_2.12-1.0.0, kafka_2.12-0.11.0.0, 2.9.2-0.8.1.1 ESB 4.9.0, ESB 5.0.0

Getting started

Download and install the connector

  1. Download the connector from the WSO2 Store by clicking the Download Connector button.
  2. You can then follow this documentation to add the connector to your WSO2 EI instance and to enable it (via the management console).
  3. For more information on using connectors and their operations in your WSO2 EI configurations, see Using a Connector.
  4. If you want to work with connectors via WSO2 EI Tooling, see Working with Connectors via Tooling.

Configuring the connector operations

To get started with Kafka connector and their operations, see Configuring Kafka Operations.

Building From the Source

Follow the steps given below to build the Kafka connector from the source code:

  1. Get a clone or download the source from Github.
  2. Run the following Maven command from the esb-connector-kafka directory: mvn clean install.
  3. The Kafka connector zip file is created in the esb-connector-kafka/target directory

How You Can Contribute

As an open source project, WSO2 extensions welcome contributions from the community. Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.