Re: [VOTE] Pulsar Release 3.1.2 Candidate 2

2023-12-28 Thread PengHui Li
+1 (binding) - Built from source - Checked the signatures - Run standalone - Checked producer and consumer - Verified the Cassandra connector - Verified the Stateful function Regards, Penghui On Mon, Dec 25, 2023 at 10:34 PM houxiaoyu wrote: > bump > > Enrico Olivelli 于2023年12月18日周一 21:21写道:

Re: [VOTE] Pulsar Release 2.11.3 Candidate 2

2023-12-28 Thread PengHui Li
+1 (binding) - Built from source - Checked the signatures - Run standalone - Checked producer and consumer - Verified the Cassandra connector - Verified the Stateful function Regards, Penghui On Mon, Dec 25, 2023 at 9:19 PM guo jiwei wrote: > +1 (binding) > > > - Checked the signatures > - Bui

Re: [VOTE] Pulsar Client Python Release 3.4.0 Candidate 1

2023-12-28 Thread PengHui Li
+1 (binding) - Checked the signature - Install the pulsar_client-3.4.0-cp39-cp39-macosx_10_15_universal2.whl - Run Pulsar standalone - Run the Python examples `python3 ./examples/consumer.py` and `python3 ./examples/producer.py` Regards, Penghui On Tue, Dec 26, 2023 at 4:54 PM Zike Yang wrote:

[DISCUSS] Return value of org.apache.pulsar.client.admin.Topics#getMessageById

2023-12-28 Thread Zixuan Liu
Hi Pulsar Community, I want to discuss the return value of the `org.apache.pulsar.client.admin.Topics#getMessageById`, which returns `Message`. If the message is a batch message, we only get the first message from the batch message. So I want to change this behavior by returning `List`, and in th

Re: [DISCUSS] Return value of org.apache.pulsar.client.admin.Topics#getMessageById

2023-12-28 Thread Yunze Xu
IMO, exposing the ledger id and entry id directly through the API is not a good idea. For example, what if you want to get a chunked message? You would have to add another field again and deprecate the existing method. I think we should just accept a string like "bk:ledger:entry:batch_index" that

Re: [VOTE] Pulsar Client Python Release 3.4.0 Candidate 1

2023-12-28 Thread Yunze Xu
+1 (binding) For source code, * verified signatures and checksums * built from source on macOS (with C++ client 3.4.2) For the following wheels, verified end-to-end with OAuth2 authentication on specific platforms. * the wheel built from source (macOS Ventura 13.6.3) * pulsar_client-3.4.0-cp312-c