apache / pulsar-client-python

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

[feat] PIP-273: Enable hostname verification by default #128

Open michaeljmarshall opened 1 year ago

michaeljmarshall commented 1 year ago

PIP: https://github.com/apache/pulsar/pull/20453

Motivation

Enable hostname verification by default.

Modifications

Verifying this change

This is a trivial change. I expect some tests to fail as a part of it and I will fix those.

Documentation