You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Harsha <ka...@harsha.io> on 2015/07/01 17:05:28 UTC

EOL JDK 1.6 for Kafka

Hi, 
        During our SSL Patch KAFKA-1690. Some of the reviewers/users
        asked for support this config
https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLParameters.html#setEndpointIdentificationAlgorithm-java.lang.String-
It allows clients to verify the server and prevent potential MITM. This
api doesn't exist in Java 1.6. 
Are there any users still want 1.6 support or can we stop supporting 1.6
from next release on wards. 

Thanks,
Harsha

Re: EOL JDK 1.6 for Kafka

Posted by Joel Koshy <jj...@gmail.com>.
+1

On Wednesday, July 1, 2015, Harsha <ka...@harsha.io> wrote:

> Hi,
>         During our SSL Patch KAFKA-1690. Some of the reviewers/users
>         asked for support this config
>
> https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLParameters.html#setEndpointIdentificationAlgorithm-java.lang.String-
> It allows clients to verify the server and prevent potential MITM. This
> api doesn't exist in Java 1.6.
> Are there any users still want 1.6 support or can we stop supporting 1.6
> from next release on wards.
>
> Thanks,
> Harsha
>


-- 
Sent from Gmail Mobile

Re: EOL JDK 1.6 for Kafka

Posted by Marina <pp...@yahoo.com.INVALID>.
+1 for deprecating JDK1.6

      From: Harsha <ka...@harsha.io>
 To: users@kafka.apache.org; dev@kafka.apache.org 
 Sent: Wednesday, July 1, 2015 11:05 AM
 Subject: EOL JDK 1.6 for Kafka
   
Hi, 
        During our SSL Patch KAFKA-1690. Some of the reviewers/users
        asked for support this config
https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLParameters.html#setEndpointIdentificationAlgorithm-java.lang.String-
It allows clients to verify the server and prevent potential MITM. This
api doesn't exist in Java 1.6. 
Are there any users still want 1.6 support or can we stop supporting 1.6
from next release on wards. 

Thanks,
Harsha


  

Re: EOL JDK 1.6 for Kafka

Posted by Marina <pp...@yahoo.com.INVALID>.
+1 for deprecating JDK1.6

      From: Harsha <ka...@harsha.io>
 To: users@kafka.apache.org; dev@kafka.apache.org 
 Sent: Wednesday, July 1, 2015 11:05 AM
 Subject: EOL JDK 1.6 for Kafka
   
Hi, 
        During our SSL Patch KAFKA-1690. Some of the reviewers/users
        asked for support this config
https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLParameters.html#setEndpointIdentificationAlgorithm-java.lang.String-
It allows clients to verify the server and prevent potential MITM. This
api doesn't exist in Java 1.6. 
Are there any users still want 1.6 support or can we stop supporting 1.6
from next release on wards. 

Thanks,
Harsha


  

Re: EOL JDK 1.6 for Kafka

Posted by Jiangjie Qin <jq...@linkedin.com.INVALID>.
+1

On 7/1/15, 1:00 PM, "Gwen Shapira" <gs...@cloudera.com> wrote:

>Huge +1.
>
>I don't think there is any other project that still supports 1.6.
>
>On Wed, Jul 1, 2015 at 8:05 AM, Harsha <ka...@harsha.io> wrote:
>> Hi,
>>         During our SSL Patch KAFKA-1690. Some of the reviewers/users
>>         asked for support this config
>> 
>>https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLParameters.htm
>>l#setEndpointIdentificationAlgorithm-java.lang.String-
>> It allows clients to verify the server and prevent potential MITM. This
>> api doesn't exist in Java 1.6.
>> Are there any users still want 1.6 support or can we stop supporting 1.6
>> from next release on wards.
>>
>> Thanks,
>> Harsha


Re: EOL JDK 1.6 for Kafka

Posted by Jiangjie Qin <jq...@linkedin.com.INVALID>.
+1

On 7/1/15, 1:00 PM, "Gwen Shapira" <gs...@cloudera.com> wrote:

>Huge +1.
>
>I don't think there is any other project that still supports 1.6.
>
>On Wed, Jul 1, 2015 at 8:05 AM, Harsha <ka...@harsha.io> wrote:
>> Hi,
>>         During our SSL Patch KAFKA-1690. Some of the reviewers/users
>>         asked for support this config
>> 
>>https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLParameters.htm
>>l#setEndpointIdentificationAlgorithm-java.lang.String-
>> It allows clients to verify the server and prevent potential MITM. This
>> api doesn't exist in Java 1.6.
>> Are there any users still want 1.6 support or can we stop supporting 1.6
>> from next release on wards.
>>
>> Thanks,
>> Harsha


Re: EOL JDK 1.6 for Kafka

Posted by Sriharsha Chintalapani <ha...@fastmail.fm>.
Thanks for  votes. Here is the JIRA with patch https://issues.apache.org/jira/browse/KAFKA-2316 .
-- 
Harsha


On July 2, 2015 at 8:16:56 AM, Grant Henke (ghenke@cloudera.com) wrote:

+1  

On Wed, Jul 1, 2015 at 6:29 PM, Neha Narkhede <ne...@confluent.io> wrote:  

> +1. It's about time.  
>  
> On Wed, Jul 1, 2015 at 3:52 PM, Jay Kreps <ja...@confluent.io> wrote:  
>  
> > +1  
> >  
> > -Jay  
> >  
> > On Wed, Jul 1, 2015 at 3:32 PM, Guozhang Wang <wa...@gmail.com>  
> wrote:  
> >  
> > > +1.  
> > >  
> > > On Wed, Jul 1, 2015 at 1:00 PM, Gwen Shapira <gs...@cloudera.com>  
> > > wrote:  
> > >  
> > > > Huge +1.  
> > > >  
> > > > I don't think there is any other project that still supports 1.6.  
> > > >  
> > > > On Wed, Jul 1, 2015 at 8:05 AM, Harsha <ka...@harsha.io> wrote:  
> > > > > Hi,  
> > > > > During our SSL Patch KAFKA-1690. Some of the  
> reviewers/users  
> > > > > asked for support this config  
> > > > >  
> > > >  
> > >  
> >  
> https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLParameters.html#setEndpointIdentificationAlgorithm-java.lang.String-  
> > > > > It allows clients to verify the server and prevent potential MITM.  
> > This  
> > > > > api doesn't exist in Java 1.6.  
> > > > > Are there any users still want 1.6 support or can we stop  
> supporting  
> > > 1.6  
> > > > > from next release on wards.  
> > > > >  
> > > > > Thanks,  
> > > > > Harsha  
> > > >  
> > >  
> > >  
> > >  
> > > --  
> > > -- Guozhang  
> > >  
> >  
>  
>  
>  
> --  
> Thanks,  
> Neha  
>  



--  
Grant Henke  
Solutions Consultant | Cloudera  
ghenke@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke  

Re: EOL JDK 1.6 for Kafka

Posted by Grant Henke <gh...@cloudera.com>.
+1

On Wed, Jul 1, 2015 at 6:29 PM, Neha Narkhede <ne...@confluent.io> wrote:

> +1. It's about time.
>
> On Wed, Jul 1, 2015 at 3:52 PM, Jay Kreps <ja...@confluent.io> wrote:
>
> > +1
> >
> > -Jay
> >
> > On Wed, Jul 1, 2015 at 3:32 PM, Guozhang Wang <wa...@gmail.com>
> wrote:
> >
> > > +1.
> > >
> > > On Wed, Jul 1, 2015 at 1:00 PM, Gwen Shapira <gs...@cloudera.com>
> > > wrote:
> > >
> > > > Huge +1.
> > > >
> > > > I don't think there is any other project that still supports 1.6.
> > > >
> > > > On Wed, Jul 1, 2015 at 8:05 AM, Harsha <ka...@harsha.io> wrote:
> > > > > Hi,
> > > > >         During our SSL Patch KAFKA-1690. Some of the
> reviewers/users
> > > > >         asked for support this config
> > > > >
> > > >
> > >
> >
> https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLParameters.html#setEndpointIdentificationAlgorithm-java.lang.String-
> > > > > It allows clients to verify the server and prevent potential MITM.
> > This
> > > > > api doesn't exist in Java 1.6.
> > > > > Are there any users still want 1.6 support or can we stop
> supporting
> > > 1.6
> > > > > from next release on wards.
> > > > >
> > > > > Thanks,
> > > > > Harsha
> > > >
> > >
> > >
> > >
> > > --
> > > -- Guozhang
> > >
> >
>
>
>
> --
> Thanks,
> Neha
>



-- 
Grant Henke
Solutions Consultant | Cloudera
ghenke@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke

Re: EOL JDK 1.6 for Kafka

Posted by Neha Narkhede <ne...@confluent.io>.
+1. It's about time.

On Wed, Jul 1, 2015 at 3:52 PM, Jay Kreps <ja...@confluent.io> wrote:

> +1
>
> -Jay
>
> On Wed, Jul 1, 2015 at 3:32 PM, Guozhang Wang <wa...@gmail.com> wrote:
>
> > +1.
> >
> > On Wed, Jul 1, 2015 at 1:00 PM, Gwen Shapira <gs...@cloudera.com>
> > wrote:
> >
> > > Huge +1.
> > >
> > > I don't think there is any other project that still supports 1.6.
> > >
> > > On Wed, Jul 1, 2015 at 8:05 AM, Harsha <ka...@harsha.io> wrote:
> > > > Hi,
> > > >         During our SSL Patch KAFKA-1690. Some of the reviewers/users
> > > >         asked for support this config
> > > >
> > >
> >
> https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLParameters.html#setEndpointIdentificationAlgorithm-java.lang.String-
> > > > It allows clients to verify the server and prevent potential MITM.
> This
> > > > api doesn't exist in Java 1.6.
> > > > Are there any users still want 1.6 support or can we stop supporting
> > 1.6
> > > > from next release on wards.
> > > >
> > > > Thanks,
> > > > Harsha
> > >
> >
> >
> >
> > --
> > -- Guozhang
> >
>



-- 
Thanks,
Neha

Re: EOL JDK 1.6 for Kafka

Posted by Jay Kreps <ja...@confluent.io>.
+1

-Jay

On Wed, Jul 1, 2015 at 3:32 PM, Guozhang Wang <wa...@gmail.com> wrote:

> +1.
>
> On Wed, Jul 1, 2015 at 1:00 PM, Gwen Shapira <gs...@cloudera.com>
> wrote:
>
> > Huge +1.
> >
> > I don't think there is any other project that still supports 1.6.
> >
> > On Wed, Jul 1, 2015 at 8:05 AM, Harsha <ka...@harsha.io> wrote:
> > > Hi,
> > >         During our SSL Patch KAFKA-1690. Some of the reviewers/users
> > >         asked for support this config
> > >
> >
> https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLParameters.html#setEndpointIdentificationAlgorithm-java.lang.String-
> > > It allows clients to verify the server and prevent potential MITM. This
> > > api doesn't exist in Java 1.6.
> > > Are there any users still want 1.6 support or can we stop supporting
> 1.6
> > > from next release on wards.
> > >
> > > Thanks,
> > > Harsha
> >
>
>
>
> --
> -- Guozhang
>

Re: EOL JDK 1.6 for Kafka

Posted by Guozhang Wang <wa...@gmail.com>.
+1.

On Wed, Jul 1, 2015 at 1:00 PM, Gwen Shapira <gs...@cloudera.com> wrote:

> Huge +1.
>
> I don't think there is any other project that still supports 1.6.
>
> On Wed, Jul 1, 2015 at 8:05 AM, Harsha <ka...@harsha.io> wrote:
> > Hi,
> >         During our SSL Patch KAFKA-1690. Some of the reviewers/users
> >         asked for support this config
> >
> https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLParameters.html#setEndpointIdentificationAlgorithm-java.lang.String-
> > It allows clients to verify the server and prevent potential MITM. This
> > api doesn't exist in Java 1.6.
> > Are there any users still want 1.6 support or can we stop supporting 1.6
> > from next release on wards.
> >
> > Thanks,
> > Harsha
>



-- 
-- Guozhang

Re: EOL JDK 1.6 for Kafka

Posted by Gwen Shapira <gs...@cloudera.com>.
Huge +1.

I don't think there is any other project that still supports 1.6.

On Wed, Jul 1, 2015 at 8:05 AM, Harsha <ka...@harsha.io> wrote:
> Hi,
>         During our SSL Patch KAFKA-1690. Some of the reviewers/users
>         asked for support this config
> https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLParameters.html#setEndpointIdentificationAlgorithm-java.lang.String-
> It allows clients to verify the server and prevent potential MITM. This
> api doesn't exist in Java 1.6.
> Are there any users still want 1.6 support or can we stop supporting 1.6
> from next release on wards.
>
> Thanks,
> Harsha

Re: EOL JDK 1.6 for Kafka

Posted by Joel Koshy <jj...@gmail.com>.
+1

On Wednesday, July 1, 2015, Harsha <ka...@harsha.io> wrote:

> Hi,
>         During our SSL Patch KAFKA-1690. Some of the reviewers/users
>         asked for support this config
>
> https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLParameters.html#setEndpointIdentificationAlgorithm-java.lang.String-
> It allows clients to verify the server and prevent potential MITM. This
> api doesn't exist in Java 1.6.
> Are there any users still want 1.6 support or can we stop supporting 1.6
> from next release on wards.
>
> Thanks,
> Harsha
>


-- 
Sent from Gmail Mobile

Re: EOL JDK 1.6 for Kafka

Posted by Gwen Shapira <gs...@cloudera.com>.
Huge +1.

I don't think there is any other project that still supports 1.6.

On Wed, Jul 1, 2015 at 8:05 AM, Harsha <ka...@harsha.io> wrote:
> Hi,
>         During our SSL Patch KAFKA-1690. Some of the reviewers/users
>         asked for support this config
> https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLParameters.html#setEndpointIdentificationAlgorithm-java.lang.String-
> It allows clients to verify the server and prevent potential MITM. This
> api doesn't exist in Java 1.6.
> Are there any users still want 1.6 support or can we stop supporting 1.6
> from next release on wards.
>
> Thanks,
> Harsha