Skip to content

Releases: birdayz/kaf

v0.1.18

25 Jun 07:31
44ce562
Compare
Choose a tag to compare

Changelog

0b7441e Consumer command panics sometimes with broker not connected
912ef9f Add retry mechanism follow by a deadline
fa47451 Merge pull request #47 from nishanthvijayan/group-ls--wrong-description
9b42827 Merge pull request #49 from nishanthvijayan/remove-unused-found-flag
b0e6665 Merge pull request #50 from victorolinasc/patch-1
1743979 Merge pull request #51 from fcce/master
8dac91a Merge pull request #52 from fcce/master
19d75fc Merge pull request #53 from robsonpeixoto/fix/message
9092de9 Merge pull request #55 from izolight/no-panics
9d17334 Merge pull request #56 from hoenirvili/consumer-panic-resolve
dce4cc3 Merge pull request #57 from fcce/fix/consume
06a3c3e Merge pull request #58 from fcce/fix/prettyjson_on_windows
93e099e Remove dead code
e586452 Update .goreleaser.yml
95ed96e Update README.md
69bddf8 Update README.md
9a7192b Update README.md
38d8ae0 Update godownloader.sh
77b0a58 add command flag to print sarama logging to StdErr
0213c5a always exit on error instead of panic
cacc304 fix SASL authentication when SSL encryption is not enabled (PLAINTEXT)
b114918 fix print json colors garbled on windows
44ce562 fix repo
da67373 fix: default consume offset
44debe5 fix: only show the use-cluster success message in case of success
ce45366 fix: print Partition/Offset/Timestamp when message Key is nil; print Headers panic when value is nil
93e8cd2 group ls description should read List groups instead of List topics
5f6d933 update deps

v0.1.17

27 Mar 08:21
50dd2e4
Compare
Choose a tag to compare

Changelog

50dd2e4 fix goreleaser config

v0.1.16

27 Mar 08:09
b7bca92
Compare
Choose a tag to compare

Changelog

b7bca92 disable x86 releases

v0.1.14

18 Mar 16:03
dec7166
Compare
Choose a tag to compare

Changelog

8872193 Add godoc badge
e5cf815 Fix hardcoded compact
eeec71b Merge pull request #33 from hoenirvili/godoc-badge
dec7166 Merge pull request #34 from midN/compact-flag-fix
dba45b2 add missing error check

v0.1.13

16 Feb 22:58
2308ea0
Compare
Choose a tag to compare

Changelog

2308ea0 Create config path before writing

v0.1.12

16 Feb 22:46
19b9a5a
Compare
Choose a tag to compare

Changelog

8a5bc3c Add license scan report and status
8d2e5b8 Merge branch 'asciicinema'
7b1477a Merge pull request #32 from fossabot/master
5c33486 Update README.md
dea671a Update README.md
8f1f4c0 add asciicinema
8baa37b add cast file
067380a config: return error on Write() instead of fmt.Println
1712302 remove FOSSA
19b9a5a switch to latest upstream sarama
267baba update README
2afd1ed update asciicinema

v0.1.11

25 Nov 21:49
e84ae68
Compare
Choose a tag to compare

Changelog

e84ae68 consume: print message metadata if --raw is not set

v0.1.10

22 Nov 16:51
2786eb0
Compare
Choose a tag to compare

Changelog

f85ae3e add godownloader
2786eb0 fix formatting of header value

v0.1.9

22 Nov 14:54
8e613df
Compare
Choose a tag to compare

Changelog

bff2a30 consume: print headers if --raw is not set
f858639 fix nil-dereference if active cluster refers to non-existing cluster entry
8e613df update go.mod

v0.1.8

21 Nov 21:56
e94dd35
Compare
Choose a tag to compare

Changelog

e94dd35 add --follow / -f flag to start consuming from HEAD-1 offset
b66ee6c print error if config file exists, but could not be passed