Re: [DISCUSS] PIP-350: Allow to disable the managedLedgerOffloadDeletionLagInMillis

2024-05-10 Thread Hang Chen
+1 Best, Hang 太上玄元道君 于2024年5月10日周五 12:13写道: > > looks good > > Yong Zhang 于2024年5月10日周五 11:31写道: > > > Hi all, > > > > I pushed a new proposal to allow to use -1 to disable > > the managedLedgerOffloadDeletionLagInMillis to not delete the data from > > bookkeeper. > > > > Please take a look and

Re: [DISCUSS] Release Apache Pulsar Python Client 3.4.1

2024-05-10 Thread Yunze Xu
Please release 3.5.1 rather than 3.4.1 because 3.5.0 is already released. It's too heavy to maintain old releases for client libraries for now. However, it would be better to remove the `functions` component from pulsar-client-python because the Python client itself never uses these dependencies.

Re: [DISCUSS] Release Apache Pulsar Python Client 3.4.1

2024-05-10 Thread Yunze Xu
Sorry I missed the discussion link: https://lists.apache.org/thread/5s2l9vgt5f973psb6xlttpmy4rpym7zh Would this release block the Pulsar 3.3.0 release? If yes, a quicker way to fix it was to add a `requirements.txt` that includes a proper version of grpcio and then run `python -m pip install -r py

[DISCUSSION][CPP Client] Build the RPM package for the GCC 5 ABI

2024-05-10 Thread Yunze Xu
Hi all, Currently, the pre-built RPM packages are built on CentOS 7 with GCC 4.8 to keep the binary compatibility with CentOS 7 users. A breaking ABI change was changed since GCC 5 though users can add the `-D_GLIBCXX_USE_CXX11_ABI=0` option to keep the compatibility. In short, for GCC>=5, to lin