dpkp/kafka-python

Only log warning about old SSL module when actually using SSL

Closed

#925 opened on Dec 30, 2016

 (0 comments) (1 reaction) (0 assignees)Python (1,475 forks)batch import
help wanted

Repository metrics

Stars
 (5,900 stars)
PR merge metrics
 (Avg merge 8h 49m) (75 merged PRs in 30d)

Description

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