Jay Kreps created KAFKA-2460: -------------------------------- Summary: Fix capitalization in SSL classes Key: KAFKA-2460 URL: https://issues.apache.org/jira/browse/KAFKA-2460 Project: Kafka Issue Type: Improvement Affects Versions: 0.8.3 Reporter: Jay Kreps Assignee: sriharsha chintalapani Priority: Minor Fix For: 0.8.3
I notice that all the SSL classes are using the convention SSLChannelBuilder, SSLConfigs, etc. Kafka has always used the convention SslChannelBuilder, SslConfigs, etc. See e.g. KafkaApis, ApiUtils, LeaderAndIsrRequest, ClientIdAndTopic, etc. We should fix this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)