liangyepianzhou commented on code in PR #21162:
URL: https://github.com/apache/pulsar/pull/21162#discussion_r1325243235


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/SystemTopicTxnBufferSnapshotService.java:
##########
@@ -40,7 +43,8 @@ public class SystemTopicTxnBufferSnapshotService<T> {
 
     protected final Class<T> schemaType;
     protected final EventType systemTopicType;
-
+    protected final Map<NamespaceName, CompletableFuture<TableView<T>>> 
tableViewMap =

Review Comment:
   Thanks for your reminder. Utilizing a timeout to expel the table view could 
serve as a viable stratagem.



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