Thanks Neha.

I get the following compilation error in Eclipse, and in a maven build.

The type scala.collection.Seq cannot be resolved. It is indirectly
referenced from required .class files AppTest.java
/kafkaesque/src/test/java/com/gridpoint/kafkaesque line 68 Java Problem

<dependency>

    <groupId>org.apache.kafka</groupId>

    <artifactId>kafka_2.8.0</artifactId>

    <version>0.8.0-beta1</version>

</dependency>



On Thu, Oct 31, 2013 at 9:28 AM, Neha Narkhede <neha.narkh...@gmail.com>wrote:

> 0.8 release is in progress and Joe Stein can give an update on when. What
> Maven dependency issues did you run into? Some of us have started working
> on 0.9 and the earliest likely release data is probably end of Jan 2014. I
> updated the versions page to reflect that.
>
> Thanks,
> Neha
>
>
> On Wed, Oct 30, 2013 at 6:39 PM, Richard Rodseth <rrods...@gmail.com>
> wrote:
>
> > Hi
> >
> > I just started looking at Kafka today. Installing 0.8 Beta 1 went well
> and
> > I was able to run the command-line producer and consumer. When I tried to
> > write some Java code, I ran into problems with Maven dependencies (it was
> > looking for Scala.Product). I used the appropriate <dependency> from
> Maven
> > central.
> >
> > Looking at the roadmap, 0.8 seems imminent, but no date is listed. 0.9
> has
> > open issues but is listed as due tomorrow.
> >
> >
> >
> https://issues.apache.org/jira/browse/KAFKA?selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel
> >
> > What's the latest news, and will 0.8 resolve this issue?
> >
> > Thanks! I'm excited about giving it a whirl.
> >
>

Reply via email to