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: [email protected] With regards, Apache Git Services
