Intro
Apache Kafka is a streams messaging platform built to handle high volumes of data very quickly. The Kafka Connector lets you pull information on messaging topics, topic data, and partitions so that you can cut through the noise and focus on the communication that is most vital. Maximize the robust flexibility of Kafka by using Domo to make the data instantly available to anyone in your company. To learn more about the Kafka API, visit their page (https://kafka.apache.org/documentation/ ). You connect to your Kafka account in the Data Center. This topic discusses the fields and menus that are specific to the Kafka connector user interface. General information for adding DataSets, setting update schedules, and editing DataSet information is discussed in Adding a DataSet Using a Data Connector.Prerequisites
To connect to your Kafka account and create a DataSet, you must have the following:- Your bootstrap servers list
- Your Kafka SASL account username and password
- You also need to select your SASL login module, security protocol, and SASL mechanism
Connecting to Your Kafka SASL Account
This section enumerates the options in the Credentials and Details panes in the Kafka SASL Connector page. The components of the other panes in this page, Scheduling and Name & Describe Your DataSet, are universal across most connector types and are discussed in greater length in Adding a DataSet Using a Data Connector.Credentials Pane
This pane contains fields for entering credentials to connect to your Kafka SASL account. The following table describes what is needed for each field:Field | Description |
|---|---|
| Kafka BootStrap Servers | Enter the bootstrap servers list. |
| Username | Enter the username associated with your Kafka SASL account. |
| Password | Enter the password associated with your Kafka SASL account. |
| SASL Login Module | Select the SASL login module. |
| Security Protocol | Select the security protocol. |
| SASL Mechanism | Select the SASL Mechanism. |
Details Pane
This pane contains a primary Reports menu, along with various other menus which may or may not appear depending on the report type you select.Menu | Description | ||||||
|---|---|---|---|---|---|---|---|
Report | Select the Kafka SASL report you want to run. The following reports are available:
| ||||||
Topic Name | Select the topic you want to retrieve data for. |
Other Panes
For information about the remaining sections of the connector interface, including how to configure scheduling, retry, and update options, see Adding a DataSet Using a Data Connector.FAQs
Which endpoint(s) does each report call in this connector?
Which endpoint(s) does each report call in this connector?
| Report Name | Endpoint URL(s) |
|---|---|
| Partitions | /topics//partitions |
| Topics | /topics |
| Topics Data | /consumers//instances//records |
What kind of credentials do I need to power up this connector?
What kind of credentials do I need to power up this connector?
How often can the data be updated?
How often can the data be updated?
Are there any API limits that I need to be aware of?
Are there any API limits that I need to be aware of?
What's the difference between the Kafaka SASL and Kafka connectors?
What's the difference between the Kafaka SASL and Kafka connectors?