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

2024-03-05 Thread Balaji Lakshmanan
Hi, This is the vote for the PIP-332 to peek messages from a topic subscription with an offset value. Can you please reply with your vote? Here is the link to the PIP pull request . Thanks, Balaji

[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