Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
This Jira suggests changing few existing class names to avoid class discovery conflicts. Particularly the following classes:
org.apache.kafka.clients.admin.{Supported|Finalized}VersionRange
conflict with
org.apache.kafka.common.feature.{Supported|Finalized}VersionRange
The former is internal facing, while the latter is external facing (since it is used in the Admin#describeFeatures API). So, the internal facing classes can be renamed suitably. Possible alternative naming suggestions:
org.apache.kafka.clients.admin.{Supported|Finalized}Versions
org.apache.kafka.clients.admin.Broker{Supported|Finalized}Versions
org.apache.kafka.clients.admin.Broker{Supported|Finalized}VersionRange
Attachments
Issue Links
- links to