Re: [DISCUSS] PIP-332: peek messages from topic subscription with offset value

2024-01-28 Thread PengHui Li
Hi Dalaji, It sounds good to me. And I think you can start to draft the PIP and move to the vote stage. Regards, Penghui On Sat, Jan 20, 2024 at 3:33 AM Balaji Lakshmanan wrote: > Hi, > > Currently we are able to peek at any number of messages using the Pulsar > Java Admin API. > > However, w

[DISCUSS] PIP-332: peek messages from topic subscription with offset value

2024-01-19 Thread Balaji Lakshmanan
Hi, Currently we are able to peek at any number of messages using the Pulsar Java Admin API. However, we are only able to view these messages starting from the most recent message. If we want to view the 100th message, we have to peek at all the top 100 messages. We want to display these message