lizhimins commented on code in PR #9742:
URL: https://github.com/apache/rocketmq/pull/9742#discussion_r2418344467
##########
auth/src/main/java/org/apache/rocketmq/auth/authentication/strategy/AbstractAuthenticationStrategy.java:
##########
@@ -30,7 +30,7 @@
public abstract class AbstractAuthenticationStrategy implements
AuthenticationStrategy {
protected final AuthConfig authConfig;
- protected final List<String> authenticationWhitelist = new ArrayList<>();
+ protected final Set<String> authenticationWhitelist = new HashSet<>();
Review Comment:
suggest rename it to authenticationWhiteSet
--
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]