Documentation
¶
Overview ¶
Package kafka implements a kafka proxy for MQTT requests.
Index ¶
Constants ¶
View Source
const (
// Kind is the kind of Kafka
Kind = "KafkaMQTT"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KVMap ¶
type KVMap struct { TopicKey string `json:"topicKey" jsonschema:"required"` HeaderKey string `json:"headerKey" jsonschema:"required"` PayloadKey string `json:"payloadKey" jsonschema:"required"` }
KVMap defines ways to get kafka data from MQTTContext kv map
type Kafka ¶
type Kafka struct {
// contains filtered or unexported fields
}
Kafka is a kafka proxy for MQTT requests.
Click to show internal directories.
Click to hide internal directories.