[GitHub] [pulsar] jiazhai commented on issue #5365: python API missing `is_read_compacted` in create_reader()

2019-10-28 Thread GitBox
jiazhai commented on issue #5365: python API missing `is_read_compacted` in create_reader() URL: https://github.com/apache/pulsar/issues/5365#issuecomment-547213632 Thanks @candlerb for the verify. And Yes, Your change is needed. ``` .def("reader_listener", &ReaderCon

[GitHub] [pulsar] jiazhai commented on issue #5365: python API missing `is_read_compacted` in create_reader()

2019-10-28 Thread GitBox
jiazhai commented on issue #5365: python API missing `is_read_compacted` in create_reader() URL: https://github.com/apache/pulsar/issues/5365#issuecomment-546930466 @candlerb , have you tried `read_compacted`? it is defined as this in the code: ``` class_("ReaderConfiguration")

[GitHub] [pulsar] jiazhai commented on issue #5365: python API missing `is_read_compacted` in create_reader()

2019-10-27 Thread GitBox
jiazhai commented on issue #5365: python API missing `is_read_compacted` in create_reader() URL: https://github.com/apache/pulsar/issues/5365#issuecomment-546805357 will look into it. This is an automated message from the Apa