Skip to content

Commit

Permalink
Doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshao committed Nov 11, 2014
1 parent b2c1430 commit 4a1c3f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ object KafkaUtils {
* When 'auto.offset.reset' = 'largest', directly read data from end, ignore old, unwanted data.
* This is default in Kafka 0.8.
*
* To avoid concurrent deleting Zookeeper metadata in each Receiver when multiple consumers are
* launched, this should be call be createStream().
* To avoid deleting existing Zookeeper metadata in each Receiver when multiple consumers are
* launched, this should be called be createStream().
* @param zkQuorum Zookeeper quorum (hostname:port,hostname:port,..).
* @param groupId The group id for this consumer.
*/
Expand Down

0 comments on commit 4a1c3f9

Please sign in to comment.