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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to