File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 11* 3.16.2
2+ * Update kafka_protocol from 4.0.1 to 4.0.3.
3+ Prior to this change the actual time spent in establishing a
4+ Kafka connection might be longer than desired due to the timeout
5+ being used in SSL upgrade (if enabled), then API version query.
6+ This has been fixed by turning the given timeout config
7+ into a deadline, and the sub-steps will try to meet the deadline.
8+ see more details here: https://github.com/kafka4beam/kafka_protocol/pull/9
9+ * Catch ` timeout ` and other ` DOWN ` reasons when making ` gen_server ` call to
10+ ` brod_client ` , ` brod_consumer ` and producer/consumer supervisor,
11+ and return as ` Reason ` in ` {error, Reason} ` .
12+ Previously only ` noproc ` reaon is caught. (#492 )
213 * Propagate ` connect_timeout ` config to ` kpro ` API functions as ` timeout ` arg
314 affected APIs: connect_group_coordinator, create_topics, delete_topics,
4- resolve_offset, fetch, fold, fetch_committed_offsets
15+ resolve_offset, fetch, fold, fetch_committed_offsets (#458 )
16+ * Fix bad field name in group describe request (#486 )
517* 3.16.1
618 * Fix ` brod ` script in ` brod-cli ` in release.
719 * Support ` rebalance_timeout ` consumer group option
You can’t perform that action at this time.
0 commit comments