f-ld edited a comment on issue #5459: macOS 10.15 support URL: https://github.com/apache/pulsar/issues/5459#issuecomment-565359291 Any doc / repo that would help us build this package locally and unblock devs having up to date OSX laptops ? EDIT: alternative = use docker: ``` docker run -it --name pulsar-client --network=host apachepulsar/pulsar /bin/bash ``` And then push your python code to the docker image and run it from there to connect to your local standalone pulsar instance using "host.docker.internal:6650". Later you can come back to that container using `docker start -a pulsar-client`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
