momo-jun commented on code in PR #18901: URL: https://github.com/apache/pulsar/pull/18901#discussion_r1046781070
########## site2/docs/client-libraries-java.md: ########## @@ -1107,7 +1107,7 @@ With TableView, Pulsar clients can fetch all the message updates from a topic an :::note Each TableView uses one Reader instance per partition, and reads the topic starting from the compacted view by default. It is highly recommended to enable automatic compaction by [configuring the topic compaction policies](cookbooks-compaction.md#configure-compaction-to-run-automatically) for the given topic or namespace. More frequent compaction results in shorter startup times because less data is replayed to reconstruct the TableView of the topic. - +TableView also supports reading from the non-persistent topic since version 2.11.0, but it does not guarantee data consistency. Review Comment: ```suggestion Starting from Pulsar 2.11.0, TableView also supports reading non-persistent topics, but it does not guarantee data consistency. ``` -- 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]
