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

Method UpdateFeatures

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

Update the maximum version level of finalized features. This operation is supported by brokers with version 2.7.0.0 or higher.

(featureUpdates []FeatureUpdate)

Source from the content-addressed store, hash-verified

179 // Update the maximum version level of finalized features.
180 // This operation is supported by brokers with version 2.7.0.0 or higher.
181 UpdateFeatures(featureUpdates []FeatureUpdate) ([]UpdatableFeatureResult, error)
182
183 // Get client quota configurations corresponding to the specified filter.
184 // This operation is supported by brokers with version 2.6.0.0 or higher.

Callers 3

UpdateFeaturesMethod · 0.65

Implementers 1

clusterAdminadmin.go

Calls

no outgoing calls

Tested by 2