Target | Protocol | Usual Ports |
|---|---|---|
Kafka Broker | TCP | 9092 |
Kafka Schema Registry | HTTP, HTTPS | 80, 443, 8081 |
Parameter | Expected value |
|---|---|
name | The name that will be displayed to catalog users for this connection. |
code | The unique identifier of the connection on the Zeenea platform. Once registered on the platform, this code must not be modified or the connection will be considered as new and the old one removed from the scanner. |
connector_id | The type of connector to be used for the connection. Here, the value must be kafka and this value must not be modified. |
connection.bootstrap_servers | A comma-separated list of host:port pairs to use for establishing the initial connection to the Kafka cluster. Example: broker1.example.com:9092,broker2.example.com:9092 |
connection.security_protocol | Protocol used to communicate with brokers. (Property security.protocol of Kafka Client). Valid values are: PLAINTEXT, SSL. (SASL_PLAINTEXT, SASL_SSL coming soon). Default: PLAINTEXT |
connection.schema_registry_url | Kafka schema registry URL with the protocol (example: http://schema-registry.example.com:8081) |
connection.username | Username for Schema Registry basic authentication |
connection.password | Password for Schema Registry basic authentication |
connection.api_key | API key name for Schema Registry API authentication |
connection.api_secret | API key secret for Schema Registry API authentication |
inventory.strategy | Inventory strategy. Possible values topic_sample or schema_registry depend on the desired mechanism for retrieving topic schemas. |
inventory.sampling_size | Number of messages sampled by topic (default value 1000). |
inventory.topic_exclude | (Optional: default value is _*) Name of topics to ignore in the form of a list of patterns separated by spaces. Each pattern can be a regular expression or a simple pattern (or glob) according to the regex: or glob: prefix. If no prefix is specified, the glob type is assumed. If one of the patterns matches the full name of the topic, it will be ignored. The operation is similar to that of the ~ operator in filters. Example: _* glob:test* regex:.*_(test|tu)_.* |
tls.truststore.path | The Trust Store file path. This file must be provided in case TLS encryption is activated (protocol https) and when certificates of Kafka servers are delivered by a specific authority. It must contain the certification chain. |
tls.truststore.password | Password of the trust store file |
tls.truststore.type | Type of the trust store file. (PKCS12 or JKS). Default value is discovered from the file extension. |
tls.keystore.path | The key store file path. This file must be provided in case TLS encryption is activated (protocol https) and when certificates of Kafka servers are delivered by a specific authority. It must contain the certification chain. |
tls.keystore.password | Password of the key store file |
tls.keystore.type | Type of the sey store file (PKCS12 or JKS). Default value is discovered from the file extension. |
tls.key.password | Password of the private key (if different from the key store password) |
Object | Identification Key | Description |
|---|---|---|
Dataset | code/topic/dataset name | - code: Unique identifier of the connection noted in the configuration file - dataset name: Topic name |
Field | code/topic/dataset name/schema type/field name | - code: Unique identifier of the connection noted in the configuration file - dataset name: Topic name - schema type: : key or value depending on the source of the schema registry field. value with the topic_sample strategy. - field name |