Re: Readers and partitioned topics

2019-11-04 Thread Brian Candler
On 04/11/2019 16:34, Matteo Merli wrote: The documentation is correct in that a reader can only "read" a non-partitioned topic or one specific partition of a topic. To get a list of the partitions, you can use `PulsarClient.getPartitionsForTopic()` and then create a reader for each partitions.

cpp test suite - missing client-rsa.pem

2019-11-03 Thread Brian Candler
ar :: Tiered Storage :: JCloud .. FAILURE [  3.893 s] ... [INFO] Pulsar Client Java . FAILURE [ 11.926 s] ... (plus a bunch of SKIPPED tests) Clues please? Thanks, Brian Candler.