Skip to content

Releases: gojek/kat

v0.2.0

02 Nov 07:37
c0a5dbd
Compare
Choose a tag to compare

Changelog

c0a5dbd Partition level batching for partition reassignment operation (#18)

v0.1.2

27 Oct 05:37
467aa5e
Compare
Choose a tag to compare

Changelog

467aa5e Allow Graceful shutdown after a SIGINT (#17)

v0.1.1

06 Sep 11:11
647aa0e
Compare
Choose a tag to compare

Changelog

5f9c4fb Feature/list inactive topics (#15)
647aa0e Merge pull request #16 from gojek/workflows
4998e95 add release.yml and master.yml add code coverage to pull-request.yml
bc2c637 added new line to both workflows
aba484c removed code coverage
ca82a60 update go mod dependencies
d4928cb update kat to v1.15
e63dab4 updated master and release workflows

v0.1.0

17 Mar 11:35
719698d
Compare
Choose a tag to compare

Changelog

622e290 Abstract GetMemberAssignment into HasSubscription method
26b03e1 Add ListConsumerGroups for a topic
719698d Merge pull request #13 from gojek/listConsumerGroups
07f5a50 Release only on master
3353211 Update README and remove gotest.tools
b48b116 add list consumer groups under a consumer group command
7604eda make topic flag mandatory. add error logging

v0.0.15

17 Jan 07:42
Compare
Choose a tag to compare

Changelog

d200de6 Renames package from gojekfarm to gojek

v0.0.14

17 Jan 06:36
Compare
Choose a tag to compare

Changelog

ce215ef Refactors topic interface into mulitple smaller interfaces and restructures pkg

v0.0.12

16 Jan 10:25
Compare
Choose a tag to compare

Changelog

c0f7ad9 Adds golangci lint check and fix corresponding issues
e3caad0 Removes util pkg and restructures cmd pkg into sub pkgs
26f9149 add GO111MODULE=on for all make steps

v0.0.11

15 Jan 07:40
Compare
Choose a tag to compare

Changelog

3999a6b [Rooba] | Refactors and some minor fixes
3cb602d fix README for kat delete commands

v0.0.10

08 Jan 04:35
Compare
Choose a tag to compare

Changelog

fb666a0 [Anbarasan/Rooba] | Adds List/Delete UnUsed/Stale Topics feature
5e6ed6a [Anbarasan/Rooba] | Changes goreleaser config as per the latest release

v0.0.9

09 Dec 08:28
Compare
Choose a tag to compare

Changelog

0eac4bb [Rooba] | Adds partition reassignment feature and refactors increase replication
6b559a2 [Rooba] | Fixes lint