Re: [PIP 100] Add seekByIndex for consumer api

2021-09-28 Thread JiangHaiting
Hi Yunze, Thanks for the reminding.  I will come up with the issue and new mail for this pip. -- Original -- From: "dev"

Re: [PIP 100] Add seekByIndex for consumer api

2021-09-28 Thread Yunze Xu
I have edited the Wiki page for PIP https://github.com/apache/pulsar/wiki/Pulsar-Improvement-Proposal-(PIP) Thanks, Yunze

Re: [PIP 100] Add seekByIndex for consumer api

2021-09-28 Thread Yunze Xu
You need to create an issue first to start a discussion for your PIP. Here’s the process of PIP: 1. The author(s) of the proposal will create a GitHub issue ticket choosing the template for PIP proposals. 2. The author(s) will send a note to the dev@pulsar.apache.org

[PIP 100] Add seekByIndex for consumer api

2021-09-28 Thread JiangHaiting
Hi Pulsar Community, I'm glad to have this opportunity to propose this PIP. Currently we can reset the read position of a cursor by message id or timestamp.  Since we formerly introduced index in broker metadata since 2.9.0,  reset cursor by index is very helpful in other protocol handler (KoP