Re: Unable to build

2019-06-04 Thread Martin Gainty
: org.apache.kafka.common.security.authenticator.SaslServerCallbackHandler ... to src/java folder ? From: Landon Kuhn Sent: Tuesday, June 4, 2019 3:02 PM To: users@kafka.apache.org Subject: Unable to build Hello, I am unable to build the project and am looking for help. "./gradlew --console=plain installAll&quo

Unable to build

2019-06-04 Thread Landon Kuhn
Hello, I am unable to build the project and am looking for help. "./gradlew --console=plain installAll" results in the following output: > Configure project : Building project 'core' with Scala version 2.12.8 Building project 'streams-scala' with Scala version 2

Re: Unable to build kafka.

2014-06-05 Thread Abhishek Bhattacharjee
Thanks for the reply. I re built kafka. And now when I am running server it is stopping saying it cannot find the class Kafka.Kafka. I don't know what went most probably it's an sbt problem. Any help is welcome. Thanks :-) On Jun 5, 2014 6:05 AM, Joe Stein joe.st...@stealth.ly wrote: The build

Re: Unable to build kafka.

2014-06-05 Thread Joe Stein
Can you try the latest stable branch, please? We moved to gradle https://github.com/apache/kafka/blob/0.8.1/README.md and also distribute binaries as artifacts for download https://kafka.apache.org/downloads.html /*** Joe Stein Founder, Principal

Re: Unable to build kafka.

2014-06-05 Thread Abhishek Bhattacharjee
I have a project running on kafka.0.8.0. Are there any changes in the Producer and consumer APIs in the new version ? Thanks. On Jun 5, 2014 3:53 PM, Joe Stein joe.st...@stealth.ly wrote: Can you try the latest stable branch, please? We moved to gradle

Re: Unable to build kafka.

2014-06-05 Thread Joe Stein
There are overloaded changes. You don't have to use them (e.g. key is now used in compaction with partKey for the partition key https://github.com/apache/kafka/commit/d285e263bf403f3db27f5d138594c395643a2284#diff-9df10051217ceff96ecce28d087cf0bb for new compaction feature

Re: Unable to build kafka.

2014-06-05 Thread Abhishek Bhattacharjee
Thanks a lot for your reply. I'll migrate later :-D . I'll use the 0.8.0 as per now. Thanks. On Jun 5, 2014 6:03 PM, Joe Stein joe.st...@stealth.ly wrote: There are overloaded changes. You don't have to use them (e.g. key is now used in compaction with partKey for the partition key

Unable to build kafka.

2014-06-04 Thread Abhishek Bhattacharjee
I followed the readme for kafka-0.8.0. After I am getting the following warnings ./sbt assembly-package-dependency [info] Loading project definition from /home/abhishek/Project/kafka-0.8.0-src/project [warn] Multiple resolvers having different access mechanism configured with same name

Re: Unable to build kafka.

2014-06-04 Thread Joe Stein
The build looks fine your error seems valid maybe like your broker(s) is(are) not up. /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop