2019-04-22 02:59:20 +00:00

9 lines
110 B
Go

package kafka
// Config .
type Config struct {
Addr []string
Topic string
Partitions []int32
}