Skip to content

Commit

Permalink
updated kafka to version 0.8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hauptmedia committed Feb 12, 2015
1 parent 239d548 commit 6d36733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions kafka-http.yml
@@ -1,5 +1,7 @@
producer:
"bootstrap.servers": "192.168.22.10:9092"
"key.serializer": "org.apache.kafka.common.serialization.ByteArraySerializer"
"value.serializer": "org.apache.kafka.common.serialization.ByteArraySerializer"

consumer:
"zookeeper.connect": "192.168.22.5:2181"
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.10</artifactId>
<version>0.8.2-beta</version>
<version>0.8.2.0</version>

<exclusions>
<exclusion>
Expand Down Expand Up @@ -95,4 +95,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 6d36733

Please sign in to comment.