Skip to content

Commit

Permalink
Added a bit to the README.md for the KafkaException.
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Mar 26, 2011
1 parent 34d0ce8 commit c5b97b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/csharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a .NET implementation of a client for Kafka using C#. It provides for a basic implementation that covers most basic functionalities to include a simple Producer and Consumer.

Exceptions are not trapped within the library and basically bubble up directly from the TcpClient and it's underlying Socket connection. Clients using this library should look to do their own exception handling.
The .NET client will wrap Kafka server error codes to the `KafkaException` class. Exceptions are not trapped within the library and basically bubble up directly from the TcpClient and it's underlying Socket connection. Clients using this library should look to do their own exception handling regarding these kinds of errors.

## Producer

Expand Down

0 comments on commit c5b97b3

Please sign in to comment.