Update the maximum version level of finalized features. This operation is supported by brokers with version 2.7.0.0 or higher.
(featureUpdates []FeatureUpdate)
| 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. |
no outgoing calls