adrianog opened a new issue #10328:
URL: https://github.com/apache/pulsar/issues/10328


   **Describe the bug**
   startMessageIdInclusive is not avail for c++/python
   https://pulsar.apache.org/api/client/2.7.0-SNAPSHOT/
   
   
       startMessageIdInclusive
   
       ReaderBuilder<T> startMessageIdInclusive()
   
       Set the reader to include the given position of startMessageId(MessageId)
   
       This configuration option also applies for any cursor reset operation 
like Reader.seek(MessageId).
   
       Returns:
           the reader builder instance
   
   
   **To Reproduce**
   Could not find anywhere in the c++ codebase
   
   **Expected behavior**
   Feature-parity with java.
   
   


-- 
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:
[email protected]


Reply via email to