Kafka Integration avatar

Kafka Integration

Try for free

2 hours trial then $10.00/month - No credit card required now

Go to Store
Kafka Integration

Kafka Integration

brasil-scrapers/kafka-integration
Try for free

2 hours trial then $10.00/month - No credit card required now

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.

You can access the Kafka Integration programmatically from your own applications by using the Apify API. You can 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:

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 1 star

  • >99% runs succeeded

  • Created in Nov 2024

  • Modified 9 days ago