cmccabe commented on code in PR #12036:
URL: https://github.com/apache/kafka/pull/12036#discussion_r849823317
##########
clients/src/main/resources/common/message/UpdateFeaturesRequest.json:
##########
@@ -29,8 +29,12 @@
"about": "The name of the finalized feature to be updated."},
{"name": "MaxVersionLevel", "type": "int16", "versions": "0+",
"about": "The new maximum version level for the finalized feature. A
value >= 1 is valid. A value < 1, is special, and can be used to request the
deletion of the finalized feature."},
- {"name": "AllowDowngrade", "type": "bool", "versions": "0+",
- "about": "When set to true, the finalized feature version level is
allowed to be downgraded/deleted. The downgrade request will fail if the new
maximum version level is a value that's not lower than the existing maximum
finalized version level."}
- ]}
+ {"name": "AllowDowngrade", "type": "bool", "versions": "0",
Review Comment:
So if this is set to true and UpgradeType == 1 then we'll change UpgradeType
to 2, right?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]