Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
haio committed Mar 20, 2015
1 parent a3e8fe3 commit 0efbab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013 sohu.com
Copyright (c) 2015 sohu.com

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Kafka-node
[![NPM](https://nodei.co/npm/kafka-node.png)](https://nodei.co/npm/kafka-node/)
[![NPM](https://nodei.co/npm-dl/kafka-node.png?height=3)](https://nodei.co/npm/kafka-node/)

Kafka-node is a Node.js client with Zookeeper integration for Apache Kafka. It only supports the latest version of Kafka 0.8 which is still under development, so this module
is _not production ready_ so far.
Kafka-node is a Node.js client with Zookeeper integration for Apache Kafka 0.8.1 and later.

The Zookeeper integration does the following jobs:

Expand Down Expand Up @@ -561,7 +560,7 @@ var kafka = require('kafka-node'),
* Compression: gzip & snappy (√)

# LICENSE - "MIT"
Copyright (c) 2013 Sohu.com
Copyright (c) 2015 Sohu.com

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down

0 comments on commit 0efbab3

Please sign in to comment.