zhixinwen opened a new issue, #3035: URL: https://github.com/apache/kvrocks/issues/3035
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation ``` POLLUPDATES 0 MAX 1 FORMAT RESP ``` The RESP format would not return sequnce number for each update returned. The sequnece number is useful because: 1. the consumer could tell if it has processed the update 2. it can hint consumer if the underlying WAL has been TTLed. For example,if I call `POLLUPDATES 0 MAX 1 FORMAT RESP` and the first sequnece returned is 10,000, then we know the WAL underlying is TTLed and we need to take some extra action. ### Solution _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]
