Kafka Connection
Use this connection to access data in Kafka.
Configuration
Property | Macro Enabled? | Description |
---|---|---|
Name | No | Required. Name of the connection. Connection names must be unique in a namespace. Connection names can only include letters, numbers, underscores, and hyphens. |
Description | No | Optional. Description of the connection. |
Kafka Brokers | Yes | Required. List of Kafka brokers specified in host1:port1,host2:port2 form. |
Path of the connection
To browse, get a sample from, or get the specification for this connection through Pipeline Microservices, the path
 property is required in the request body. It can be in the following form:
/{topic}
 This path indicates a topic. A topic is the only one that can be sampled. Browse on this path to return the specified topic./
 This path indicates the root. A root cannot be sampled. Browse on this path to get all the topics visible through this connection.
Created in 2020 by Google Inc.