Skip to content

Commit

Permalink
chore: update changelog, prepare for 3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Feb 5, 2022
1 parent 9c026f2 commit f867a4a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
* 3.16.2
* Update kafka_protocol from 4.0.1 to 4.0.2.
Prior to this change the actual time spent in establishing a
Kafka connection might be longer than desired due to the timeout
being used in SSL upgrade (if enabled), then API version query.
This has been fixed by turning the given timeout config
into a deadline, and the sub-steps will try to meet the deadline.
see more details here: https://github.com/kafka4beam/kafka_protocol/pull/9
* Catch `timeout` and other `DOWN` reasons when making `gen_server` call to
`brod_client`, `brod_consumer` and producer/consumer supervisor,
and return as `Reason` in `{error, Reason}`.
Previously only `noproc` reaon is caught. (#492)
* Propagate `connect_timeout` config to `kpro` API functions as `timeout` arg
affected APIs: connect_group_coordinator, create_topics, delete_topics,
resolve_offset, fetch, fold, fetch_committed_offsets
resolve_offset, fetch, fold, fetch_committed_offsets (#458)
* Fix bad field name in group describe request (#486)
* 3.16.1
* Fix `brod` script in `brod-cli` in release.
* Support `rebalance_timeout` consumer group option
Expand Down

0 comments on commit f867a4a

Please sign in to comment.