Contents

Cancel

Recommended Articles

  1. unify-apps

    Indexing

    Unify AI

    Transform raw content into searchable knowledge through AI-powered indexing and vector embeddings

  2. unify-apps

    IMAP

    Unify Integrations

    Integrate your app with IMAP to enable seamless email synchronization, real-time access, and enhanced communication workflows.

  3. unify-apps

    Preview Your Work

    Unify Automations

    Effortlessly review & monitor your automation’s performance

  4. unify-apps

    QuickBooks

    Unify Integrations

    Integrate your app with QuickBooks to streamline accounting, automate invoicing, and manage finances effortlessly

  5. unify-apps

    FTP/FTPS

    Unify Integrations

    Connect your app with FTP/FTPS to automate secure file transfers and streamline data exchange across systems.

  6. unify-apps

    Snowflake

    Unify Automations

    Connect to Snowflake for fast, scalable cloud data warehousing and analytics

  7. unify-apps

    Button

    Unify Applications

    Create interactive elements with ease using buttons

  8. unify-apps

    BambooHR

    Unify Automations

    Integrate your app with BambooHR to streamline HR management, automate employee data processing, and enhance onboarding workflows

  9. unify-apps

    Build your first automation

    Unify Automations

    Learn how to build your automation step by step

  10. unify-apps

    User Management

    Unify Applications

    Efficiently manage user roles and permissions

  11. unify-apps

    Microsoft Teams

    Unify Automations

    Connect your app with Microsoft Teams to enhance communication, automate workflows, and foster collaboration across your organization

  12. unify-apps

    Jira

    Unify Automations

    Use Jira to plan, track, and manage your agile and software development projects

  13. unify-apps

    Pre Processing

    Unify AI

    Optimize query processing through intelligent rephrasing, retrieval, and ranking to deliver accurate AI responses

  14. unify-apps

    Google Calendar

    Unify Integrations

    Integrate your app with Google Calendar to streamline scheduling, automate event management, and improve team coordination

  15. unify-apps

    SAP HANA

    Unify Integrations

    Connect your app with SAP HANA to leverage in-memory computing for real-time data processing and advanced analytics at scale.

#
Unify Integrations
Logo
Data Management
Logo
Kafka

Kafka

Logo

2 mins READ

The Kafka connector integrates seamlessly with Apache Kafka, enabling efficient data streaming and event processing. It offers robust capabilities for secure, scalable, and real-time data exchange.

Authentication

Before you begin integration, ensure you have the following information:

  • Connection Name: Choose a meaningful name for your connection. This name helps you identify the connection within your application or integration settings. It could be something descriptive like "MyAppKafkaIntegration".

  • Bootstrap Server URLs: Broker server URLs separated by a comma (","). Eg: kafka-broker-001:9092,kafka-broker-002:9092

  • Endpoint(Deprecated): The Kafka brokers' IP address or DNS name.

  • Port Number(Depracated): The port on which your Kafka server listens for connections. Default value: 9094.

  • Database Username: The authenticated user with the permissions to read tables in your database.

  • Database Password: The password for the database user.

  • Topic Prefix: The prefix to filter topics by. Leave blank to fetch all topics.

  • Properties: Kafka connections often require advanced configurations through key-value pairs to tailor the connection to specific security protocols and operational needs. These properties can be set here.

    • Key: The property key. Kafka-specific configuration options can be set here. Example: “sasl.mechanism”.

    • Value: The value for the specified property key. Example: “PLAIN”.

  • SSL Secure: Enable this option to Connect over an SSL-encrypted connection.

  • Client Certificate: Obtain a valid client certificate from a trusted Certificate Authority (CA). This certificate authenticates your client to the database server.

  • SSL Certificate Key: This private key corresponds to your client certificate.

  • Server Certificate: Obtain the database server's SSL certificate. This certificate verifies the server's identity to your client. Often provided by your database administrator or hosting service.

Actions 

Actions

Description

Bulk create records in Kafka

Bulk Create records in Kafka

Commit offsets in Kafka

Commit offsets in Kafka

Create record in Kafka

Create a record in Kafka

Create topic in Kafka

Creates a topic in Kafka

Get consumer groups metadata

Gets group metadata from Kafka

Get topics metadata

Gets topic metadata from Kafka

Polls for new records from Kafka topic

Polls for new records from Kafka topic

Triggers 

Triggers

Description

Trigger from event in a topic in Kafka

Triggers on record in Kafka