MCPcopy
hub / github.com/IBM/sarama / clusterAdmin

Struct clusterAdmin

admin.go:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208type clusterAdmin struct {
209 client Client
210 conf *Config
211}
212
213// NewClusterAdmin creates a new ClusterAdmin using the given broker addresses and configuration.
214func NewClusterAdmin(addrs []string, conf *Config) (ClusterAdmin, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected