emanueledomingo commented on issue #17596:
URL: https://github.com/apache/pulsar/issues/17596#issuecomment-1245141692
Hi guys, i made more tests today at office. I found out that the problem is
the combination of `python` and `grpcio` libraries. I tried the connection
script with
```yaml
- python==3.9
- pulsar-client==2.10.1
- grpcio==1.48.0
```
and it doesn't work. The same script with
```yaml
- python<3.9
- pulsar-client==2.10.1
- grpcio==1.48.0
```
works.
--
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]