Releases: tarantool/kafka
Releases · tarantool/kafka
Release 1.6.9
Release 1.6.8
- Add
rebalance_protocol()
method for consumer - Bump librdkafka version to 2.4.0
Release 1.6.7
- Fix memory leaks in case of errors on producer/consumer creation
- Add
WITH_GSSAPI
flag to build librdkafka with GSSAPI support
Release 1.6.6
publish package on push
Linter fixes
patch: fix potential use after free rd_kafka_topic_partition_list_query_leaders_async_worker() can free rko->rko_u.leaders.eonce by calling rd_kafka_enq_once_del_source(). After use this object again: if (rko->rko_u.leaders.eonce) { rd_kafka_enq_once_disable(rko->rko_u.leaders.eonce); rko->rko_u.leaders.eonce = NULL; } This patch adds to rd_kafka_enq_once_del_source() a return indication that the object has been freed. Closes tarantool/security#94
Linter fixes
1.6.4 Update CMakeLists.txt
Linter fixes
1.6.3 patch: fix use after free in rdhttp.c
Fix macos static build
- Fix macos static build because of missed sdk include dir
Release 1.6.1
- Fix building with tarantool 2.10.3
Release 1.6.0
- Implement
pause
andresume
methods for consumer - Implement
seek_partitions
method for consumer - Set name for internal kafka threads
- Fix "duplicate symbol" build error
- Fix minor build issues