Skip to content

Releases: DataDog/kafka-kit

v3.13.1

07 Jan 14:44
33be8f7
Compare
Choose a tag to compare

Fixes deadlock condition in the Registry distributed locking feature.

v3.13.0

17 Dec 18:45
5535167
Compare
Choose a tag to compare

General Updates

  • Updated dependencies
  • Updated build tools
  • Added cluster package for multi-node coordination primitives

Registry

  • #377 Adds the --enable-locking flag to protect write / update operations with a ZooKeeper backed cluster.Lock; this makes it safe to run multi-node Registry installations
  • Updated generated code with the latest proc/grpc build tools

Topicmapr

  • #379 Targeted leadership draining functionality

Autothrottle

  • #375 Configurable instance type tag support

v3.12.0

03 Nov 19:27
96607da
Compare
Choose a tag to compare

Registry

  • Returns topic states

Autothrottle

  • Fixes error visibility when host tags are incomplete

v3.11.0

12 Jul 20:36
acbb6e0
Compare
Choose a tag to compare

Registry

Adds the spanning boolean field to the TopicRequest message. This is used to filter results in GetTopic and ListTopic RPCs for topics that satisfy the spanning property.

See #369 for full details.

v3.10.1

10 Jun 20:57
1185fd8
Compare
Choose a tag to compare

Registry

Minor bug fixes and improvements to the tag scavenging feature.

v3.10.0

07 Jun 19:39
82d6548
Compare
Choose a tag to compare
  • Updated all build tools
  • Updated all software dependencies
  • Updated Registry gRPC codegen
  • Minor bugfixes

v3.8.0

26 May 20:29
05d8e97
Compare
Choose a tag to compare

Registry

  • Stale tag purging #352

Misc.

  • Improve build, testing and CI tools

v3.7.0

05 May 20:43
68050ce
Compare
Choose a tag to compare

Specifies KafkaAdmin interface.

v3.6.0

04 May 18:54
c368b15
Compare
Choose a tag to compare

Tests rewrite.

v3.5.0

08 Dec 16:57
78cf908
Compare
Choose a tag to compare

Topicmappr

  • Adds scale subcommand

Registry

  • Adds UnderReplicatedTopics rpc

Autothrottle

  • New reassignment detection / stale throttle avoidance