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

Method Config

client.go:27–27  ·  view source on GitHub ↗

Config returns the Config struct of the client. This struct should not be altered after it has been created.

()

Source from the content-addressed store, hash-verified

25 // Config returns the Config struct of the client. This struct should not be
26 // altered after it has been created.
27 Config() *Config
28
29 // Controller returns the cluster controller broker. It will return a
30 // locally cached value if it's available. You can call RefreshController

Callers 15

newConsumerFunction · 0.65
validateProducerMetricsFunction · 0.65
validateConsumerMetricsFunction · 0.65
newConsumerGroupFunction · 0.65
ListOffsetsMethod · 0.65
ListTopicsMethod · 0.65

Implementers 2

stubLeaderClientasync_producer_test.go
clientclient.go

Calls

no outgoing calls