measurement.
At present nothing is deprecated but there are some changes going in to clean
these up a little.
B
On 23 Sep 2015, at 10:14, Markus Jais wrote:
Hello,
I have a question about performance testing:
Performance tests for producers can run (using a Java class) with:
bin/kafka-run
Hello,
I have a question about performance testing:
Performance tests for producers can run (using a Java class) with:
bin/kafka-run-class.sh org.apache.kafka.clients.tools.ProducerPerformance
but there is also:
./bin/kafka-producer-perf-test.sh
This is calling a Scala Class called kafka.tools
Nov 6, 2014 at 6:56 PM, Jun Rao wrote:
>
>> The following is how samza references the kafka test jar in gradle.
>>
>> testCompile "org.apache.kafka:kafka_$scalaVersion:$kafkaVersion:test"
>>
>> Thanks,
>>
>> Jun
>>
>>
&g
Hello,
I want to use the kafka_2.10-0.8.2-beta-test.jar in my Scala project.
It can be found here:
http://repo.maven.apache.org/maven2/org/apache/kafka/kafka_2.10/0.8.1.1/
In my build.sbt I write the following definition:
"org.apache.kafka" % "kafka_2.10" % "0.8.2-beta-test"
But sbt cannot f