Kafunk v0.1.15-alpha01 Release Notes

Release Date: 2018-03-05 // about 6 years ago
    • BUG: consumer would enter an infinite loop between offsets_out_of_range and resuming_fetch_from_reset_offsets
    • ๐Ÿ› BUG: stalled consumers after TCP connection timeout
    • ๐Ÿ› BUG: offsets committed for partitions which are no longer assigned after a rebalance
    • ๐Ÿ”‹ FEATURE: ConsumerConfig.fetchMaxBytesOverride allows increasing fetchMaxBytes to a ceiling on message too big exceptions.
    • IMPROVE: logging where received_empty_buffer logged as INFO message as it doesn't indicate an error
    • ๐Ÿ‘Œ IMPROVE: connection managemeng to ensure only a single TCP connection per broker per Kafka connection
    • ๐Ÿ‘Œ IMPROVE: Reduce recovery time from broker restarts and rebalancing