Skip to content

Commit

Permalink
Add 3.8.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Jun 5, 2019
1 parent 5f31fa8 commit 3f14b43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Expand Up @@ -163,4 +163,9 @@
belong to open transactions (transactions which are neigher committed nor aborted),
may result in an empty message set, then `brod_consumer` or `brod_utils:fetch` jumps to
the next offset (if it is less than high-watermark offset).
* 3.8.0
* Bump to kafka_protocol 2.2.9 (allow `atom()` hostname)
* Add `brod:fold/8`. This API spawns a process to fetch-ahead while folding the prefiously
fetched batch. `brod-cli`'s `fetch` command is updated to call this `fold` API for better
performance.

0 comments on commit 3f14b43

Please sign in to comment.