Use this connection to access data in Kafka.
Name: Name of the connection. Connection names must be unique in a namespace.
Description: Description of the connection.
kafkaBrokers: List of Kafka brokers specified in host1:port1,host2:port2 form.
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.