This should fix what you observed: https://github.com/apache/kafka/pull/4127
On Tue, Oct 24, 2017 at 12:21 PM, Vishal Shukla <shukl...@gmail.com> 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 project. > > Specifically in file *KStreamImpl.java on line 157* > > > *Type mismatch: cannot convert from KeyValue<capture#27-of ? extends K1,V> > to KeyValue<K1,V>* > > Is this my local environment issue ? > Please advise. > > [image: Inline image 1] > >