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