KafkaToMqttRoutesResponse

data class KafkaToMqttRoutesResponse(val consumerGroupId: String? = null, val kafkaTopic: String, val mqttTopic: String, val name: String, val qos: Int? = null)

Kafka to Mqtt route properties

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val consumerGroupId: String? = null

The consumer group id to use.

Link copied to clipboard

The kafka topic to pull from.

Link copied to clipboard

The mqtt topic to publish to.

Link copied to clipboard

The name of the route.

Link copied to clipboard
val qos: Int? = null

The qos to use for mqtt.