package config
type Kafka struct {
Network string `json:"network"`
Address string `json:"address"`
}