Skip to content

Commit

Permalink
Upgrade kafka_protocol from 4.1.9 to 4.1.10
Browse files Browse the repository at this point in the history
take the greater value of `connect_timeout` from connection config and
`timeout` from request options when trying to discover then connect:

- partition-leader
- group-coordinator
- cluster-controller

#602
  • Loading branch information
zmstone committed Nov 6, 2024
1 parent d4f7ceb commit c796036
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

- 4.3.2
- Upgrade kafka_protocol from 4.1.9 to 4.1.10 for partition leader discover/connect timeout fix.

- 4.3.1
- Fixed `brod_client:stop_consumer` so that it doesn't crash the client process if an unknown consumer is given as argument.
- Previously, `brod_group_subscriber_v2` could leave `brod_consumer` processes lingering even after its shutdown. Now, those processes are terminated.
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{deps, [{kafka_protocol, "4.1.9"}]}.
{deps, [{kafka_protocol, "4.1.10"}]}.
{project_plugins, [{rebar3_lint, "~> 3.2.5"}]}.
{edoc_opts, [{preprocess, true}]}.
{erl_opts, [warnings_as_errors, warn_unused_vars,warn_shadow_vars,warn_obsolete_guard,debug_info]}.
Expand Down

0 comments on commit c796036

Please sign in to comment.