Hi all,
When I started a container for Python client tests locally, I found
the cluster failed to start.
Reproduce steps:
```
git clone https://github.com/apache/pulsar-client-python.git
cd pulsar-client-python
./build-support/pulsar-test-service-start.sh
```
The script was blocked at:
```
unt
I opened an issue for it: https://github.com/apache/pulsar/issues/23717
It seems to crash when loading the native SSL library.
Thanks,
Yunze
On Thu, Dec 12, 2024 at 11:21 AM Yunze Xu wrote:
>
> Hi all,
>
> When I started a container for Python client tests locally, I found
> the cluster failed