Skip to content

Releases: birdayz/kaf

v0.1.5

20 Nov 16:41
ced7e9c
Compare
Choose a tag to compare

Changelog

ced7e9c consume: pretty-print JSON if it's JSON

v0.1.4

19 Nov 16:25
c0fc7e3
Compare
Choose a tag to compare

Changelog

c0fc7e3 don't show key if it's empty/unset
50383cd improve output of consume for text-only messages for the time being

v0.1.3

18 Oct 14:41
6b29062
Compare
Choose a tag to compare

Changelog

6ebbf48 add alpha consume command
e94682f add circleci
9eb81eb add circleci and goreportcard badges
59fd1ad add groups, topics, nodes commands as alternative to ls
4dfed11 add offset flag; move ConsumePartition into goroutine
230e748 add release task to makefile
c2371d2 config: add add-cluster command
474e4cc config: add select-cluster command
219495e fix use-cluster
909d9e4 go mod tidy
026ff4b move writing of config inside SetCurrentCluster
b281c64 remove LICENSE header, it's already in the LICENSE file
8fedf67 remove obsolete comment
d9773c5 remove obsolete comment and use io.Copy again instead of println
1b37e23 rename default confluent cloud cluster name to ccloud
723df12 replace ON with on
6b29062 topic/create: add flag for compaction
9341f4a use make build
e70fffd use shields.io instead of circleci badge

v0.1.2

03 Oct 00:00
a4d445b
Compare
Choose a tag to compare

Changelog

f0c8442 add --no-headers flag to group/ls
dd580d6 add --no-headers flag to topic/ls
d3d9c22 add dist and kaf to gitignore
a4d445b add node ls
6b67a43 add use-cluster and get-clusters commands to config
42fbb01 remove obsolete comments
195eb97 topic/ls: remove useless call of DescribeTopics
1295526 update deps

v0.1.1

30 Sep 22:54
45de94e
Compare
Choose a tag to compare

Changelog

45de94e group: sort output of ls command

v0.1.0

30 Sep 22:47
2d69910
Compare
Choose a tag to compare

Changelog

e6e0664 add README.md
8acd293 add delete topic cmd
2d69910 add goreleaser
5e81aae add ldflags to reduce binary size
dc26410 add ls and describe
a852c85 add produce
a2c64a2 add topic create cmd
d0b12c0 add vendor folder created by go mod vendor
bc955b1 continue instead of panic with empty member assignment
9791498 display high watermark offset in topic details
d684d37 don't call DescribeTopics with empty list
43730f5 enable go modules
70344b0 group/describe: display offsets correctly
7c55a89 group/describe: don't try to get member assignment if it's unset
433d7cd group/get: allow user to pass one parameter with the group name
ef3d021 groups: add WIP implementation of offset display
03ea6d6 improve config management and ccloud support
1a9c07a improve readability of metadata block
36dce5e initial commit
36d3b83 minor renaming of vars
0b3a8f7 override confluent cloud entry if it exists
0415422 override current cluster if flag is set, default to localhost:9092
94c9b8c parse credentials from confluent cloud; centralize sarama config
7b84bb6 print offset 0 if there is no offset for a topicPartition
e9e1ecd refactor describe + add get
b9c93c2 remove obsolete comment
f2fc046 remove obsolete comments
15a4566 remove obsolete comments
2aa03ee remove obsolete config params
5c8fe4f rename group/get to group/ls
a2215af replace viper with self-written solution
13bcec2 topic/describe: fix formatting
25fbf02 topic/ls: sort topics by name
6930f37 update .gitignore
f33f503 update Makefile to force use go modules
f0f24df update commentary
184f33f use DescribeTopics instead of DescribeTopic
bb3e917 use Offset API with time = -1 for HighWatermark instead of fake Fetch
8f55046 use cobra.OnInitialize to ensure that pflags are parsed