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/07/08 13:45:26 UTC

[GitHub] [pulsar] phreed opened a new pull request #4689: [] [site2/docs] python api reader interface example

phreed opened a new pull request #4689: [] [site2/docs] python api reader interface example
URL: https://github.com/apache/pulsar/pull/4689
 
 
   ### Motivation
   
   https://pulsar.apache.org/docs/en/client-libraries-python/#reader-interface-example
   The reader interface makes use of the `read_next()` method not `retrieve()` 
   The documentation is incorrect.
   
   ### Modifications
   
   I searched for the relevant heading and changed the example code.
   ```bash
   vim $(grep -Rl 'Reader interface example' *)
   ```
   
   ### Verifying this change
   
   This change is a trivial documentation correction without any test coverage.
   
   ### Does this pull request potentially affect one of the following parts:
   
   no
   
   ### Documentation
   
     - Does this pull request introduce a new feature? NO
   

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