dengziming commented on pull request #11677: URL: https://github.com/apache/kafka/pull/11677#issuecomment-1020850019
I have some questions concerning the `VersionRange` entity. In zk-related classes we use FinalizedVersionRange and SupportedVersionRange whereas in kraft-related code we use VersionRange, when I tried to covert UpdateFeatureTest to support kraft based on this PR, I found it's very fuzzy since the constructors of `FinalizedVersionRange` and `SupportedVersionRange` is complicated. So can we use a unified class and remove others to make it more simple, for example, use `VersionRange` to denote`SupportedVersionRange` and use a short to denote `FinalizedVersionRange`. I'm not sure whether this is viable, @cmccabe @kowshik , what's your opinion? -- 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