Re: [VOTE] Pulsar Release 2.3.1 Candidate 1

2019-04-07 Thread Rajan Dhabalia
+1 binding Checked: - signatures and checksum - start standalone service and client-test for producer/consumer (src/bin distribution) - compile and unit test on src distribution - rat check on src distribution Thanks, Rajan On Thu, Apr 4, 2019 at 4:09 PM Matteo Merli wrote: > This is the

Re: [DISCUSS] PIP 34: Add new subscribe type -- Key_Failover

2019-04-07 Thread Jia Zhai
Thanks Penghui & Sijie for the comments, updated the wiki link. 1. we should add the new ordering_key, it is as Penghui mentioned, There may features that all enabled, but want to use key for different purposes. 2. regarding consumer listener in "failover", it is originally for failover/exclusive

[DISCUSS] PIP 35: Provide a batch lookup api for partitioned api

2019-04-07 Thread Zhengxin Cai
Hi all: As this github issue brings up, for a partitioned topic, client has to send LookUp request for each partition which would result in quite a lot of topic lookup requests when a topic has many partitions. Here I'd like to propose to add a batch