confluentinc / confluent-kafka-python

Confluent's Kafka Python Client
http://docs.confluent.io/current/clients/confluent-kafka-python
Other
135 stars 898 forks source link

feat: Add support for boolean `ssl.verify` in SchemaRegistryClient #1858

Open allamiro opened 4 days ago

allamiro commented 4 days ago

Motivation:

confluent-cla-assistant[bot] commented 4 days ago

:tada: All Contributor License Agreements have been signed. Ready to merge.
:white_check_mark: allamiro
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

rayokota commented 3 days ago

Thanks for the PR. We'll be moving to httpx, and we'll be exposing the verify parameter to the httpx client.

allamiro commented 3 days ago

Thanks for the PR. We'll be moving to httpx, and we'll be exposing the verify parameter to the httpx client.

If my contribution simplifies your transition or adds some value, i would hope that you consider merging it as a temporary improvement to the current client program.