m1a2st commented on code in PR #21027:
URL: https://github.com/apache/kafka/pull/21027#discussion_r2610310543


##########
server-common/src/main/java/org/apache/kafka/server/share/persister/DefaultStatePersister.java:
##########
@@ -44,6 +44,21 @@ public class DefaultStatePersister implements Persister {
     private final PersisterStateManager stateManager;
 
     private static final Logger log = 
LoggerFactory.getLogger(DefaultStatePersister.class);
+    private static final Logger INITIALIZE_HANDLER_LOG = 
LoggerFactory.getLogger(

Review Comment:
   Using abstract method is better approach, I have addressed it.



-- 
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]

Reply via email to