alphara opened a new issue #7324:
URL: https://github.com/apache/pulsar/issues/7324


   I am using Python pulsar-client. I create a reader that starts to read 
message from earliest. 
   
   ```python
   msg_id = MessageId.earliest
   reader = client.create_reader('my-topic', msg_id)
   ```
   
   I am getting an error message 
   ```
   Connect error: unidentifiable C++ exception
   ```
   
   <img width="583" alt="Screen Shot 2020-06-20 at 5 18 57 PM" 
src="https://user-images.githubusercontent.com/5960045/85211227-62b9f900-b31d-11ea-948c-3700e73429e4.png";>
   
   Please, advice.
   


----------------------------------------------------------------
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