Skip to content

Commit

Permalink
Add doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperlink committed Jul 19, 2017
1 parent cfbf0d3 commit aef7c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -78,6 +78,7 @@ New KafkaClient connects directly to Kafka brokers instead of connecting to zook
* `requestTimeout` : in ms for a kafka request to timeout default: `30000`
* `autoConnect` : automatically connect when KafkaClient is instantiated otherwise you need to manually call `connect` default: `true`
* `connectRetryOptions` : object hash that applies to the initial connection. see [retry](https://www.npmjs.com/package/retry) module for these options.
* `idleConnection` : allows the broker to disconnect an idle connection from a client (otherwise the clients continues to reconnect after being disconnected). The value is elapsed time in ms without any data written to the TCP socket. default: 5 minutes

## Client
### Client(connectionString, clientId, [zkOptions], [noAckBatchOptions], [sslOptions])
Expand Down

0 comments on commit aef7c9d

Please sign in to comment.