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

Method DescribeConfig

admin.go:71–71  ·  view source on GitHub ↗

Get the configuration for the specified resources. The returned configuration includes default values and the Default is true can be used to distinguish them from user supplied values. Config entries where ReadOnly is true cannot be updated. The value of config entries where Sensitive is true is alw

(resource ConfigResource)

Source from the content-addressed store, hash-verified

69 // single call, returns per-resource errors, and accepts options to request
70 // synonyms and documentation.
71 DescribeConfig(resource ConfigResource) ([]ConfigEntry, error)
72
73 // Get the configuration for the specified resources.
74 // The returned configuration includes default values and the Default is true

Implementers 1

clusterAdminadmin.go

Calls

no outgoing calls