You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/31 11:11:46 UTC

[GitHub] [pulsar-client-go] Shoothzj edited a comment on pull request #743: Add TableView support

Shoothzj edited a comment on pull request #743:
URL: https://github.com/apache/pulsar-client-go/pull/743#issuecomment-1084432813


   ```go
   // sync make sure the tableView's consume progress beyond this time
   func (tv *TableViewImpl) sync(time time.Time) {
   
   }
   
   // syncLatest make sure the tableView's consume progress beyond the latestMsgId when this function are called
   func (tv *TableViewImpl) syncLatest() {
   
   }
   ```
   @merlimat Thanks, I know the background. I was wondering if we can have methods like the below. If that make sense, I can write a PIP.


-- 
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: commits-unsubscribe@pulsar.apache.org

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