Re: Usage of SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG

2017-08-09 Thread M. Manna
Thanks got it :) On 10 Aug 2017 7:02 am, "Manikumar" wrote: > check here: > https://github.com/apache/kafka/blob/trunk/clients/src/ > main/java/org/apache/kafka/common/security/ssl/SslFactory.java#L84 > > On Thu, Aug 10, 2017 at 3:49 AM, M. Manna wrote: > > > Hello, > > > > I have been trying t

Re: Usage of SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG

2017-08-09 Thread Manikumar
check here: https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/security/ssl/SslFactory.java#L84 On Thu, Aug 10, 2017 at 3:49 AM, M. Manna wrote: > Hello, > > I have been trying to find the usage of this property within Kafka source. > All I am trying to unde

Usage of SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG

2017-08-09 Thread M. Manna
Hello, I have been trying to find the usage of this property within Kafka source. All I am trying to understand is how this is looked up for hostname verification. I used notepad++ to search for this and only link was in KafkaConfig.scala file - after that I cannot see this scala property being u