Kafka Integration avatar
Kafka Integration

Pricing

$10.00/month + usage

Go to Store
Kafka Integration

Kafka Integration

Developed by

Brasil Scrapers

Brasil Scrapers

Maintained by Community

This integration facilitates the processing of data from an Apify dataset and its delivery to a Kafka topic. It is configured via a schema that includes details about the dataset, Kafka configuration, and batch processing size.

0.0 (0)

Pricing

$10.00/month + usage

2

Total users

2

Monthly users

1

Runs succeeded

>99%

Last modified

5 months ago

You can access the Kafka Integration programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "kafkaConfig": {
3    "clientId": "apify-kafka-producer",
4    "brokers": [
5      "localhost:9092"
6    ],
7    "topic": "test-topic",
8    "ssl": false
9  }
10}' |
11apify call brasil-scrapers/kafka-integration --silent --output-dataset

Kafka Integration API through CLI

The Apify CLI is the official tool that allows you to use Kafka Integration locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: