I tried both 1.8.0_66 and 1.7.0_80 on IntelliJ and they worked fine. I'm
wondering if it is a specific issue for Eclipse?
Guozhang
On Tue, Oct 24, 2017 at 2:27 PM, Vishal Shukla wrote:
> Hi Guozhang,
> I am using jdk1.7.0_45 on Mac.
> (Eclipse 4.7.1a )
>
> As per Kafka documentation Java 7 is r
Hi Guozhang,
I am using jdk1.7.0_45 on Mac.
(Eclipse 4.7.1a )
As per Kafka documentation Java 7 is recommended , so was thinking this
version should be good.
Could this be eclipse related error ?
On Tue, Oct 24, 2017 at 4:28 PM, Ted Yu wrote:
> JDK 1.8.0_91
>
> Cheers
>
> On Tue, Oct 24,
JDK 1.8.0_91
Cheers
On Tue, Oct 24, 2017 at 1:23 PM, Guozhang Wang wrote:
> Hmm.. which Java version were you using?
>
>
> Guozhang
>
> On Tue, Oct 24, 2017 at 1:09 PM, Ted Yu wrote:
>
> > This should fix what you observed:
> >
> > https://github.com/apache/kafka/pull/4127
> >
> > On Tue, Oct
Hmm.. which Java version were you using?
Guozhang
On Tue, Oct 24, 2017 at 1:09 PM, Ted Yu wrote:
> This should fix what you observed:
>
> https://github.com/apache/kafka/pull/4127
>
> On Tue, Oct 24, 2017 at 12:21 PM, Vishal Shukla
> wrote:
>
> > Hi All,
> > I took latest source code from kaf
This should fix what you observed:
https://github.com/apache/kafka/pull/4127
On Tue, Oct 24, 2017 at 12:21 PM, Vishal Shukla wrote:
> Hi All,
> I took latest source code from kafka git repo and tried to setup my local
> env. in Eclipse.
> I am getting a compilation error in 1 file in streams pr
Hi All,
I took latest source code from kafka git repo and tried to setup my local
env. in Eclipse.
I am getting a compilation error in 1 file in streams project.
Specifically in file *KStreamImpl.java on line 157*
*Type mismatch: cannot convert from KeyValue
to KeyValue*
Is this my local enviro