Confluent
Confluent Service Provider
This article describes the operations for the Confluent Kafka built-in connector, which is available only for Standard workflows in single-tenant Azure Logic Apps.
Built-in connector settings
In a Standard logic app resource, the application and host settings control various thresholds for performance, throughput, timeout, and so on. For more information, see Edit host and app settings for Standard logic app workflows.
Authentication
Brokers list
The list of Confluent Kafka brokers.
Parameters
Name | Description | Type | Required | Allowed Values |
---|---|---|---|---|
Brokers list | The list of Confluent Kafka brokers. | string | True |
User name
User name for the Kafka cluster.
Parameters
Name | Description | Type | Required | Allowed Values |
---|---|---|---|---|
User name | User name for the Kafka cluster. | securestring | True |
Password
Password for the Kafka cluster.
Parameters
Name | Description | Type | Required | Allowed Values |
---|---|---|---|---|
Password | Password for the Kafka cluster. | securestring | True |
Message compression type
The message compression type.
Parameters
Name | Description | Type | Required | Allowed Values |
---|---|---|---|---|
Message compression type | The message compression type. | string | False |
Actions
Send messages to Kafka topic (Preview) |
Send messages to a Kafka topic. |
Send messages to Kafka topic (Preview)
Send messages to a Kafka topic.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Topic name
|
TopicName | True | string |
The topic of the Kafka message. |
Message
|
Message | True | string |
The message to send. |
Key
|
messageKey | string |
(Optional) The key for the message. |
|
Headers
|
Headers | object |
(Optional) The headers to include with the message. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Topic name
|
TopicName | string |
The topic of the Kafka message. |
Partition
|
Partition | string |
The partition of the Kafka message. |
Offset
|
Offset | string |
The offset of the Kafka message. |
Timestamp
|
Timestamp | string |
The timestamp of the Kafka message. |
Status
|
Status | string |
The status of the message delivery. |
Triggers
Receive messages from Confluent Kafka (Preview) |
Receive messages from Confluent Kafka. |
Receive messages from Confluent Kafka (Preview)
Receive messages from Confluent Kafka.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Topic name
|
Topic | True | string |
The topic of the Kafka message. |
Consumer group
|
ConsumerGroup | string |
The Confluent Kafka consumer group. |
|
Authentication mode
|
AuthenticationMode | string |
The authentication mode for communication. |
|
Protocol
|
Protocol | string |
The protocol used for communication. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Key
|
messageKey | string |
(Optional) The key for the message. |
Offset
|
Offset | string |
The offset of the Kafka message. |
Partition
|
Partition | string |
The partition of the Kafka message. |
Topic name
|
topic | string |
The topic of the Kafka message. |
Headers
|
Headers | string |
(Optional) The headers to include with the message. |
Timestamp
|
Timestamp | string |
The timestamp of the Kafka message. |
Message
|
Message | string |
The message to send. |