dpkp/kafka-python

Only log warning about old SSL module when actually using SSL

Geschlossen

#925 geöffnet am 30.12.2016

 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Python (1.475 Forks)batch import
help wanted

Repository-Metriken

Stars
 (5.900 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 8h 49m) (75 gemergte PRs in 30 T)

Beschreibung

related to #924

Personally, I'd prefer this warning only be logged if we're actually trying to use SSL. If we're just using PLAINTEXT connections, there's no need to warn about this.

Contributor Guide