liangyepianzhou commented on PR #21271:
URL: https://github.com/apache/pulsar/pull/21271#issuecomment-1751946996

   >If you can control the write side, why not just use a Reader?
   
   Because there is a system topic shared by all topics in this namespace. 
   
   If we use Reader, then all topics may need to read the system topic from 
beginning to end when it loads.
   If we use TableView, the system topic only needs to be read one time from 
beginning to end for each broker.
   
   


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