I am attempting to compile kafka 0.9 and run a few tests in intellij. I am
able to import the project into IntelliJ. I have scala 2.1.6 and Jdk 1.8.
When I attempt a make, i get the few errors and all indicating: can't
expand macros compiled by previous versions of Scala
for example:
------------
Error:(110, 29) can't expand macros compiled by previous versions of Scala
    assert(replicas.contains(partitionDataForTopic1(1).leader.get))
                            ^
------------

Is there anything that i am missing in getting it to work in IntelliJ?

Reply via email to