jvstein commented on issue #122: URL: https://github.com/apache/pulsar-client-python/issues/122#issuecomment-1561760804
Thanks for linking #84. I had read that previously but couldn't find it anymore. I'm definitely using `pulsar-client==3.1.0`, which is why I thought #87 might not be a full solution. ``` $ pip freeze apache-bookkeeper-client==4.16.1 certifi==2023.5.7 fastavro==0.24.0 grpcio==1.27.2 prometheus-client==0.16.0 protobuf==3.20.3 pulsar-client==3.1.0 pymmh3==0.0.5 pytz==2023.3 ratelimit==2.2.1 six==1.16.0 ``` I just spun up a local standalone pulsar instance in docker and I'm not able to reproduce against that instance. I can still reproduce against my Kubernetes deployment (3 zookeeper, 4 bookies, 3 brokers, 1 recovery, 3 proxy) based on the helm chart (which I now see is pulsar 2.10.2, not 3.0.0). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
