CoenraadS opened a new issue, #24007:
URL: https://github.com/apache/pulsar/issues/24007

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### What issue do you find in Pulsar docs?
   
   https://pulsar.apache.org/docs/next/client-libraries-tableviews/
   
   There are two methods for consuming table views:
   
   ```
   // Register listeners for all existing and incoming messages
   tv.forEachAndListen((key, value) -> /*operations on all existing and 
incoming messages*/)
   
   // Register actions for all existing messages
   tv.forEach((key, value) -> /*operations on all existing messages*/)
   ```
   
   The docs do not specify if tombstone messages are propagated. I believe that 
`forEach` will not show them, but totally unsure about `forEachAndListen` 
   
   ### What is your suggestion?
   
   Specify TombStone behaviour
   
   ### Any reference?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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