wvanbergen / kazoo-go

Go library to access Kafka metadata in Zookeeper
http://godoc.org/github.com/wvanbergen/kazoo-go
MIT License
100 stars 48 forks source link

ability to configure topic #33

Open mallochine opened 7 years ago

mallochine commented 7 years ago

Should be able to configure topic. Something like this:

func (t *Topic) SetConfig(map[string]string config) error {
  ...
}

Can I submit a patch for this?

F21 commented 6 years ago

@mallochine PRs are very welcomed 👍