Skip to content

Commit

Permalink
bump version 0.9.4.0 for kafka 0.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Stein authored and Joe Stein committed Dec 30, 2015
1 parent df7b70d commit 65318dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'scala'
apply plugin: 'idea'

version = '0.9.3.0'
version = '0.9.4.0'

jar.archiveName = "kafka-mesos-${version}.jar"

Expand Down
10 changes: 6 additions & 4 deletions kafka-mesos.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ debug=true

user=vagrant

storage=file:kafka-mesos.json
storage=zk:mesos-kafka-scheduler

master=master:5050

zk=master:2181

api=http://192.168.3.1:7000
zk=master:2181/chroot

#for testing on the vagrant master via ./kafka-mesos.sh scheduler
#you will eventually want to run this on a scheduler i.e marathon
#change the IP to what is service discoverable & routable for your setup
api=http://192.168.3.5:7000

0 comments on commit 65318dd

Please sign in to comment.