|
@ -18,9 +18,9 @@ type MqttConfig struct { |
|
|
Topics []string `json:"topics" yaml:"topics"` |
|
|
Topics []string `json:"topics" yaml:"topics"` |
|
|
} |
|
|
} |
|
|
type KafkaConfig struct { |
|
|
type KafkaConfig struct { |
|
|
Brokers []string `json:"brokers"` |
|
|
Brokers []string `json:"brokers" yaml:"brokers"` |
|
|
GroupId string `json:"groupId"` |
|
|
GroupId string `json:"groupId" yaml:"groupId"` |
|
|
Topics []string `json:"topics"` |
|
|
Topics []string `json:"topics" yaml:"topics"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type EsConfig struct { |
|
|
type EsConfig struct { |
|
|