Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 457 Bytes

CHANGES.md

File metadata and controls

19 lines (12 loc) · 457 Bytes

0.0.4

  • Don't truncate UTF8 Messages [GH-18]
  • Gracefully handle truncated fetch reponses [GH-19]

0.0.3

  • Better distribute messages across partitions.
  • Handle broken connections better.
  • Gracefully handle attempts to send an empty set of messages.

0.0.2

  • Added ability to create a partitioner consumer for a topic+partition using topic metadata.
  • Added PartitionConsumer#offset to return offset of the last fetch

0.0.1

  • Initial release