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/10/28 13:37:06 UTC

[GitHub] [pulsar] candlerb opened a new pull request #5483: [Issue 5365] Add is_read_compacted to create_reader() in python API

candlerb opened a new pull request #5483: [Issue 5365] Add is_read_compacted to create_reader() in python API
URL: https://github.com/apache/pulsar/pull/5483
 
 
   Fixes #5365
   
   ### Motivation
   
   `create_reader` in python API is missing is_read_compacted option (although `subscribe` has it)
   
   ### Modifications
   
   Add the option and pass it through to ReaderConfiguration
   
   ### Verifying this change
   
   Test TBD
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
     - The public API: yes - adds missing option which already exists in Java API and part of python API
   
   ### Documentation
   
     - Does this pull request introduce a new feature? yes
     - If yes, how is the feature documented? Python API docs
   

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