showuon commented on code in PR #13828:
URL: https://github.com/apache/kafka/pull/13828#discussion_r1224130491


##########
core/src/main/java/kafka/log/remote/RemoteLogManager.java:
##########
@@ -136,7 +137,10 @@ public class RemoteLogManager implements Closeable {
 
     // topic ids that are received on leadership changes, this map is cleared 
on stop partitions
     private final ConcurrentMap<TopicPartition, Uuid> topicPartitionIds = new 
ConcurrentHashMap<>();
+    private final String clusterId;
 
+    // The endpoint for remote log metadata manager to connect to
+    private Optional<EndPoint> endpoint = Optional.empty();

Review Comment:
   Right. Updated.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to