Re: [VOTE] Pulsar Client Python Release 3.1.0 Candidate 2

2023-02-04 Thread guo jiwei
+1 (binding) - Checked the signature - Install the python .whl file (pip3 install pulsar_client-3.1.0-cp310-cp310-macosx_10_15_universal2.whl) on macOS - Start the standalone (master) - Start consumer (python3 ./examples/consumer.py) - Start producer (python3 ./examples/producer.py ) Regards Jiwe

Re: [VOTE] Pulsar Client Python Release 3.1.0 Candidate 2

2023-02-04 Thread r...@apache.org
+1 (non-binding) python version:3 1. run Go SDK producer and use python SDK consumer to receive messages; 2. run Python SDK consumer and use Go SDK producer to send messages; -- Thanks Xiaolong Ran 丛搏 于2023年2月3日周五 13:39写道: > +1(binding) > os: mac 12.6 > python: 3.9.6 > > python3 ./examples/co

Re: [Vote] PIP-242: Introduce enableStrictTopicName to reject creating topic with -partition- keyword.

2023-02-04 Thread r...@apache.org
+1 (non-binding) -- Thanks Xiaolong Ran Enrico Olivelli 于2023年2月3日周五 00:04写道: > Asaf, > > Il giorno gio 2 feb 2023 alle ore 16:03 Asaf Mesika > ha scritto: > > > > Enrico - do we have those "rules" of conduct logged somewhere? > > https://github.com/apache/pulsar/blob/master/wiki/proposals/PIP

Re: [DISCUSS] PIP-242: Introduce enableStrictTopicName to reject creating topic with -partition- keyword.

2023-02-04 Thread r...@apache.org
+1 to me! In our actual usage scenario, in the Broker 272 version, if we create a topic with the -partition- keyword, new connections will be created continuously, so we disabled the -partition- on the control side Keyword, as described in PIP, does not allow users to carry the -partition- keyword