Skip to content

Releases: birdayz/kaf

v0.1.29

Choose a tag to compare

@birdayz birdayz released this 27 Feb 22:06
9d3fda9

Changelog

49f4948 Allow TLS connection without client authentication
9d3fda9 Merge pull request #95 from brownds14/tls-connection

v0.1.28

Choose a tag to compare

@birdayz birdayz released this 21 Jan 12:53

Changelog

dd3750f fix group commit & introduce date resets

v0.1.27

Choose a tag to compare

@birdayz birdayz released this 13 Jan 20:28
207b685

Changelog

207b685 Merge pull request #89 from theY4Kman/feat/cfg/allow-configuration-of-sarama-kafka-version
8747052 feat(cfg): allow per-cluster conf of Kafka version passed to sarama

v0.1.26

Choose a tag to compare

@birdayz birdayz released this 13 Jan 20:11

Changelog

627376d fix #90

v0.1.25

Choose a tag to compare

@birdayz birdayz released this 10 Dec 11:29
b355adc

Changelog

7373088 ActiveCluster now returns a pointer to a copy of the selected cluster.
911157f Add shell autocompletion
e275e81 Make linter happy
b355adc Merge pull request #80 from tetafro/autocompletion
16ee675 Merge pull request #87 from Tinee/bug-override-current-cluster-brokers
2a94c1e config/add-cluster: check if cluster with the same name exists already
7c2817c group/commit: simplify implementation. requires empty group now

v0.1.24

Choose a tag to compare

@birdayz birdayz released this 15 Nov 21:06

Changelog

217af98 Delete -C shorthand for --compact.
6f5f9d1 Merge pull request #84 from josher19/patch-1
f51819e Update topic.go
f117c6b Use BoolVar instead of BoolVarP
33dab7e add topic set-config command
630cdf9 fix go modules & build

v0.1.23

Choose a tag to compare

@birdayz birdayz released this 22 Oct 13:38
6a90ccf

Changelog

8bb6ef9 Add Cluster Override
1b04738 Add SASL SCRAM Auth Support
716ba43 Fix reading config error
c517675 Fix typo
4a73f3e Merge pull request #64 from jdowning/support_tls_files
8abb01e Merge pull request #66 from jdowning/prettier_output
8007b8f Merge pull request #71 from simioa/add_sasl_scram
d4e4cba Merge pull request #77 from tetafro/master
5f78a50 Merge pull request #78 from frelon/patch-2
6a90ccf Merge pull request #79 from robsonpeixoto/fix/config-flag
a2797df Merge pull request #82 from sergiosalvatore/cluster-on-cmd-line
029f95a Update README.md
c958543 Update github.com/jhump/protoreflect
7e99180 add group commit command
e57b764 add group/commit command
dc96870 add protobuf decoding support
73f3293 add support for TLS client certificate
3bb8df5 better errors
4934e5f cmd/group: add Metadata to describe
8ff6ee1 cmd/group: add missing table header
77390e5 consume: remove dead code
acf183d fix: --config is ignored
9369a71 group/commit: improve error handling
65efb90 make Cafile optional
61eddb9 make Cafile optional
bd81121 prettier output for topic create, delete
c1180b6 produce: add proto seralization
4a4dc72 proto: fix nil deref
3233d11 remove println
bcf4136 topic: use tabwriter

v0.1.22

Choose a tag to compare

@birdayz birdayz released this 31 Jul 12:20

Changelog

ae0ebce remove obsolete make with possible panic

v0.1.21

Choose a tag to compare

@birdayz birdayz released this 26 Jul 21:56

Changelog

81b0f65 update deps
7501911 use ListConsumerGroupOffsets(nil) to fetch all offsets at once

v0.1.20

Choose a tag to compare

@birdayz birdayz released this 13 Jul 12:32
3cfcc59

Changelog

40f41c1 groups: allow deleting group with empty name
3cfcc59 switch to latest upstream sarama