File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 11# Confluent's Golang client for Apache Kafka
22
3- ## v1.6.0
3+ ## v1.6.1
44
5- v1.6.0 is a feature release adding support for KIP-429 Incremental rebalancing
6- and KIP-480 Sticky producer partitioner.
5+ v1.6.1 is a feature release:
76
8- - See [ cooperative_consumer_example.go] ( examples/cooperative_consumer_example/cooperative_consumer_example.go )
7+ * KIP-429: Incremental consumer rebalancing - see [ cooperative_consumer_example.go] ( examples/cooperative_consumer_example/cooperative_consumer_example.go )
98 for an example how to use the new incremental rebalancing consumer.
10- - Bundles librdkafka v1.6.0 - see release notes for all enhancements and fixes.
9+ * KIP-480: Sticky producer partitioner - increase throughput and decrease
10+ latency by sticking to a single random partition for some time.
11+ * KIP-447: Scalable transactional producer - a single transaction producer can
12+ now be used for multiple input partitions.
1113
12-
13- confluent-kafka-go is based on librdkafka v1.6.0, see the
14+ confluent-kafka-go is based on and bundles librdkafka v1.6.1, see the
1415[ librdkafka release notes] ( https://github.com/edenhill/librdkafka/releases/tag/v1.6.0 )
1516for a complete list of changes, enhancements, fixes and upgrade considerations.
1617
18+ ### Enhancements
19+
20+ * ` go.delivery.report.fields=all,key,value,none ` can now be used to
21+ avoid copying message key and/or value to the delivery report, improving
22+ performance in high-throughput applications (by @kevinconaway ).
23+
1724
1825### Fixes
1926
You can’t perform that action at this time.
0 commit comments