Skip to content

Commit

Permalink
add comment to clarify changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalpot authored and plazma-prizma committed Aug 14, 2023
1 parent ade9fa7 commit 6b5b50a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class AuthenticationRequestParams {
private static final String VERSION_1 = "2020_10_22";
private static final String SERVICE_SCOPE = "kafka-cluster";
private static RegionMetadata regionMetadata = new RegionMetadata(new PartitionsLoader().build());
/* we are not using the RegionMetadataFactory.create() method here as one of its path
relies on the LegacyRegionXmlMetadataBuilder which does not implement tryGetRegionByEndpointDnsSuffix */

@NonNull
private final String version;
Expand Down

0 comments on commit 6b5b50a

Please sign in to comment.