Skip to content

Commit

Permalink
Updating the command in the Running It section of the README to help …
Browse files Browse the repository at this point in the history
…people more easily start the monitor.
  • Loading branch information
Robert Casey committed Oct 30, 2018
1 parent 4accd36 commit 7378473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This is a small web app, you can run it locally or on a server, as long as you h
```
java -Djava.security.auth.login.config=conf/server-client-jaas.conf \
-cp KafkaOffsetMonitor-assembly-0.4.6.jar \
-cp KafkaOffsetMonitor-assembly-0.4.6-SNAPSHOT.jar \
com.quantifind.kafka.offsetapp.OffsetGetterWeb \
--offsetStorage kafka \
--kafkaBrokers kafkabroker01:6667,kafkabroker02:6667 \
Expand Down

0 comments on commit 7378473

Please sign in to comment.