Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Dec 19, 2011
1 parent a13d99d commit 1dd3c95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
12 changes: 3 additions & 9 deletions Changelog
@@ -1,12 +1,6 @@
intended v0.2.0
+ Allow for multiple topic subscriptions
- new kafka.Consumer({ topics:['foo', 'bar'] })
- consumer.addTopic('foo')
- consumer.removeTopic('foo')
- consumer.on('message', function(message, topic) { ... })

intended v0.1.8
+ Interpret Kafka's error messages correctly
v0.2.0
+ Improved API
+ Better error handling

v0.1.7
+ Improved documentation
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -66,3 +66,4 @@ Contributors
------------

- Laurie Harper
- @omnichuck
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "kafka",
"description": "A node client for Kafka",
"version": "0.1.7",
"version": "0.2.0",
"homepage": "https://github.com/marcuswestin/node-kafka",
"author": "Marcus Westin <narcvs@gmail.com> (http://marcuswest.in)",
"repository": {
Expand Down

0 comments on commit 1dd3c95

Please sign in to comment.