Azure Service Bus
This page describes the usage of the Stream Reactor Azure Service Bus Sink Connector.
Connector Class
io.lenses.streamreactor.connect.azure.servicebus.sink.AzureServiceBusSinkConnectorFull Config Example
connector.class=io.lenses.streamreactor.connect.azure.servicebus.sink.AzureServiceBusSinkConnector
name=AzureEventHubsSinkConnector
tasks.max=1
value.converter=org.apache.kafka.connect.storage.StringConverter
key.converter=org.apache.kafka.connect.storage.StringConverter
connect.servicebus.connection.string="Endpoint=sb://MYNAMESPACE.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SOME_SHARED_ACCESS_STRING";
connect.servicebus.kcql=INSERT INTO output-servicebus SELECT * FROM input-topic PROPERTIES('servicebus.type'='QUEUE');KCQL support
Authentication
QUEUE and TOPIC Mappings
Writing to QUEUE ServiceBus
Writing to TOPIC ServiceBus
Disabling batching
Kafka payload support
Null Payload Transfer
Option Reference
KCQL Properties
Name
Description
Type
Default Value
Configuration parameters
Name
Description
Type
Default Value
Last updated
Was this helpful?

