You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/09/05 18:48:17 UTC

[GitHub] [pulsar] Guchman opened a new issue #5126: Consume from/to offset API

Guchman opened a new issue #5126: Consume from/to offset API
URL: https://github.com/apache/pulsar/issues/5126
 
 
   **Problem**
   It's hard to debug topic currently. I stuck on trying check last message in topic with cli/rest, when my colleague just ask "look, I'd send something to that topic. Is it there?"
   
   **Solution**
   There is good api in [kafka kt](https://github.com/fgeller/kt). I could consume messages with earliest+N or latest-N semantic.
   It would be great to have same option with REST and cli consumer. And probably to have same option with java api.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services