camel-azure-servicebus-source-kafka-connector source configuration
Connector Description: Consume Messages from Azure Servicebus. The subscribtion name parameter needs to be populated in case of consuming from a Topic.
When using camel-azure-servicebus-source-kafka-connector as source make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-azure-servicebus-source-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this source connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.azureservicebussource.CamelAzureservicebussourceSourceConnector
The camel-azure-servicebus-source source connector supports 4 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required Topic Or Queue Name for the Azure Servicebus instance. |
HIGH |
||
Required Connection String for Azure Servicebus instance. |
HIGH |
||
Sets the receive mode for the receiver, possible values are PEEK_LOCK and RECEIVE_AND_DELETE. |
"PEEK_LOCK" |
MEDIUM |
|
Sets the name of the subscription in the topic to listen to. This parameter is mandatory in case of topic. |
MEDIUM |
The camel-azure-servicebus-source source connector has no converters out of the box.
The camel-azure-servicebus-source source connector has no transforms out of the box.
The camel-azure-servicebus-source source connector has no aggregation strategies out of the box.