mingyen066 commented on code in PR #21943:
URL: https://github.com/apache/kafka/pull/21943#discussion_r3971118399
##########
server/src/main/java/org/apache/kafka/server/config/AbstractKafkaConfig.java:
##########
@@ -90,9 +99,12 @@ public abstract class AbstractKafkaConfig extends
AbstractConfig {
));
private volatile QuotaConfig quotaConfig;
+ private volatile Set<ProcessRole> processRoles;
Review Comment:
Could these two fields be removed as well? The `processRoles` cache was
deferred as discussed above, and `quotaConfig()` was already removed from trunk
in #23362, so this line looks like a rebase leftover. Nothing reads or writes
either field now.
--
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]