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

Method DescribeConfigs

admin.go:82–82  ·  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

(resources []*ConfigResource, options DescribeConfigsOptions)

Source from the content-addressed store, hash-verified

80 // documentation (Kafka 2.6.0+) for each config entry.
81 // This operation is supported by brokers with version 0.11.0.0 or higher.
82 DescribeConfigs(resources []*ConfigResource, options DescribeConfigsOptions) ([]*ConfigResourceResult, error)
83
84 // Update the configuration for the specified resources with the default options.
85 // This operation is supported by brokers with version 0.11.0.0 or higher.

Callers 3

ListTopicsMethod · 0.65

Implementers 1

clusterAdminadmin.go

Calls

no outgoing calls

Tested by 2