Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Replace "2.1.3" with "2.1.*".
Browse files Browse the repository at this point in the history
  • Loading branch information
mnogu committed Feb 7, 2015
1 parent 6a87ac9 commit 98a921b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ Note that Apache Kafka 0.8.1.1 or below doesn't contain kafka-clients library.

Put the jar file to `lib` directory in Gatling:

$ cp target/scala-2.11/gatling-kafka-assembly-*.jar /path/to/gatling-charts-highcharts-bundle-2.1.3/lib
$ cp target/scala-2.11/gatling-kafka-assembly-*.jar /path/to/gatling-charts-highcharts-bundle-2.1.*/lib

If you edited `build.sbt` in order not to include kafka-clients library
to the jar file, you also need to copy kafka-clients library to `lib` directory:

$ cp /path/to/kafka-clients-*.jar /path/to/gatling-charts-highcharts-bundle-2.1.3/lib
$ cp /path/to/kafka-clients-*.jar /path/to/gatling-charts-highcharts-bundle-2.1.*/lib


### Creating a simulation file

$ cd /path/to/gatling-charts-highcharts-bundle-2.1.3
$ cd /path/to/gatling-charts-highcharts-bundle-2.1.*
$ vi user-files/simulations/KafkaSimulation.scala

Here is a sample simulation file:
Expand Down

0 comments on commit 98a921b

Please sign in to comment.