Connector Kafka
The Kafka-to-CDP connector enables the loading of messages from Apache Kafka to Meiro CDP.
Learn more: about Apache Kafka here and here.
Requirements
In terms of authentication and communication encryption, the component supports the following modes of operation:
-
PLAINTEXT: No authentication and no encryption
-
SSL: Authentication and broker communication encryption using SSL/TLS certificates
Features
Only Avro messages payloads can be loaded from Apache Kafka to Meiro CDP.
Data In/Data Out
Learn more: about folder structure please go to this article.
Parameters
Connection settings
To connect Kafka you need to know its Server and Security protocol.
Security settings
Schema Registry
Topics (list)
Define which topic you wish to upload to CDP.
Topic name (required) |
Name of the Kafka topic, where the messages will be consumed from. The topic can be specified for each separate output event stream to CDP. If topics use different schemas, schemas will be dynamically discovered and used accordingly. |
Event Time Path (required) |
JSON Path expression to search for in consumed Kafka messages to use as a CDP event timestamp (e.g. /changeTimestamp) |
User Identifier Path (required) |
JSON Path expression to search for in consumed Kafka messages to use as a CDP event user identifier (e.g. /accountId) |
Source ID (required) |
CDP Event Source ID corresponding to a Source defined in Meiro CDP. |
Source Event type (required) |
For example: set, created, updated, moved, deleted, etc. |
Event Version (required) |
CDP Event version corresponding to an Event Version defined in Meiro CDP. |
Connection to CDP settings
CDP API URL (required) |
Typically it is an endpoint feed. For example, the absolute URL is https://instance_name.meiro.io/api |
CDP API Credentials User Name (required) |
Account name |
CDP API Credentials User Name Password (required) |
Account password |