apache / pulsar-client-python

Apache Pulsar Python client library
https://pulsar.apache.org/
Apache License 2.0
51 stars 39 forks source link

Pulsar Python Client. Can it work in Layer 7 protocols? #149

Closed olsenpabu closed 1 year ago

olsenpabu commented 1 year ago

I just want to ask if somehow we can use the python client library to work with Layer 7 protocols to use Application Load Balancers as endpoints.

shibd commented 1 year ago

Now support HTTP protocol to do lookup. Do you want to produce/consume messages using the HTTP protocol as well?

olsenpabu commented 1 year ago

How about HTTPS? Yes, is it possible to produce/consume messages using HTTP/HTTPS protocol via Pulsar Python Client?

BewareMyPower commented 1 year ago

No. It does not support.

olsenpabu commented 1 year ago

Thank you for feedback. Will close the issue