Skip to content

Instantly share code, notes, and snippets.

View framiere's full-sized avatar

Florent Ramière framiere

View GitHub Profile
<!--Ajouter la property-->
<sonar.jacoco.itReportPath>${project.build.directory}/jacoco-it.exec</sonar.jacoco.itReportPath>
<!-- Ajout du plugin jacoco et configuration de l'agent -->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.6.2.201302030002</version>
<configuration>
<propertyName>jacoco.agent.argLine</propertyName>
@framiere
framiere / consumer.sh
Created December 15, 2017 14:04 — forked from dongjinleekr/consumer.sh
Kafka benchmark commands
## Consumer Throughput: Single consumer thread, no compression
## Consumer Throughput: 3 consumer thread, no compression
bin/kafka-consumer-perf-test.sh --topic benchmark-3-3-none \
--zookeeper kafka-zk-1:2181,kafka-zk-2:2181,kafka-zk-3:2181 \
--messages 15000000 \
--threads 1