cmccabe commented on a change in pull request #11677: URL: https://github.com/apache/kafka/pull/11677#discussion_r784426742
########## File path: clients/src/main/java/org/apache/kafka/clients/admin/FeatureUpdate.java ########## @@ -24,6 +24,24 @@ public class FeatureUpdate { private final short maxVersionLevel; private final boolean allowDowngrade; + private final DowngradeType downgradeType; Review comment: Can get rid of this (as per comment below...) -- 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-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org