Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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.

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:

  1. /{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.

  2. / This path indicates the root. A root cannot be sampled. Browse on this path to get all the topics visible through this connection.

  • No labels