- Fix serious bug where we would send messages to the wrong partition [GH-36]. (Thanks @sclasen and @jorgeortiz85 for tracking this down.)
- Don't truncate UTF8 Messages [GH-18]
- Gracefully handle truncated fetch reponses [GH-19]
- Better distribute messages across partitions.
- Handle broken connections better.
- Gracefully handle attempts to send an empty set of messages.
- Added ability to create a partitioner consumer for a topic+partition using topic metadata.
- Added PartitionConsumer#offset to return offset of the last fetch
- Initial release