You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/08/26 02:18:17 UTC

[GitHub] [kafka] dengziming commented on pull request #12553: KAFKA-13991: Add Admin.updateFeatures with default options

dengziming commented on PR #12553:
URL: https://github.com/apache/kafka/pull/12553#issuecomment-1227968984

   > Do we have an existing KIP to cover this?
   
   I think this is an omission of [KIP-584](https://cwiki.apache.org/confluence/display/KAFKA/KIP-584%3A+Versioning+scheme+for+features), we only mention `describeFeatures(DescribeFeaturesOptions options)` and `updateFeatures(Map<String, FeatureUpdate> featureUpdates, UpdateFeaturesOptions options)` in "Admin API changes" section, and in `Admin` we 2 `describeFeatures` and only one `updateFeatures`.
   @dajac Do you think we should have a KIP for this? I also find we lack a`removeMembersFromConsumerGroup()` in `Admin`, we can also add it in that KIP.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org