Skip to content

Commit

Permalink
Fix typo in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch authored Feb 7, 2017
1 parent c282c6f commit 1b9a301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ end

It is highly recommended that you monitor your Kafka client applications in production. Typical problems you'll see are:

* high network errors rates, which may impact performance and time-to-delivery;
* high network error rates, which may impact performance and time-to-delivery;
* producer buffer growth, which may indicate that producers are unable to deliver messages at the rate they're being produced;
* consumer processing errors, indicating exceptions are being raised in the processing code;
* frequent consumer rebalances, which may indicate unstable network conditions or consumer configurations.
Expand Down

0 comments on commit 1b9a301

Please sign in to comment.