Skip to content

Commit 0c933e6

Browse files
committed
fix: update kafka_protocol from 4.0.1 to 4.0.3
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: kafka4beam/kafka_protocol#92
1 parent 5825b39 commit 0c933e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{deps, [ {supervisor3, "1.1.11"}
2-
, {kafka_protocol, "4.0.1"}
2+
, {kafka_protocol, "4.0.3"}
33
, {snappyer, "1.2.8"}
44
]}.
55
{edoc_opts, [{preprocess, true}, {macros, [{build_brod_cli, true}]}]}.

0 commit comments

Comments
 (0)