MqttToKafkaRoutesResponse

data class MqttToKafkaRoutesResponse(val kafkaAcks: String, val kafkaTopic: String, val mqttTopic: String, val name: String, val qos: Int? = null, val sharedSubscription: KafkaSharedSubscriptionPropertiesResponse? = null)

Mqtt to Kafka route properties

Constructors

Link copied to clipboard
constructor(kafkaAcks: String, kafkaTopic: String, mqttTopic: String, name: String, qos: Int? = null, sharedSubscription: KafkaSharedSubscriptionPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The kafka acks to use.

Link copied to clipboard

The kafka topic to publish to.

Link copied to clipboard

The mqtt topic to pull from.

Link copied to clipboard

The name of the route.

Link copied to clipboard
val qos: Int? = null

The qos to use for mqtt.

Link copied to clipboard

The properties for shared subscription.