Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 831 Bytes

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 831 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.

Fixed

  • Hanging of workers on kafka rebalance #21

0.1.1

Fixed

  • web bind to should be 0.0.0.0 instead of localhost #24

0.1.0

Added

  • First release of faust fork
  • Replaced robinhood-aiokafka with aiokafka
  • Implemented transaction support with aiokafka instead of using the the MultiTXNProducer in the robinhood-aiokafka version. Note that this new transaction implementation will create a producer for each kafka group/partition pair