Skip to content

Releases: deviceinsight/kafkactl

v3.0.1

08 Nov 06:56
Compare
Choose a tag to compare

Changelog

  • 2297351 releases 3.0.1
  • 9503741 remove default for BROKERS in Dockerfiles (fixes #138)
  • 8e4f6fd update documentation for env variables with multiple values (#140)

v3.0.0

30 Sep 08:50
Compare
Choose a tag to compare

Changelog

v2.5.0

19 Aug 10:16
Compare
Choose a tag to compare

Changelog

  • d09e25e releases 2.5.0
  • 955ef2d Merge pull request #134 from xakep666/feature/clone
  • 3513cf8 fix typo
  • 5f25240 refactor consumers in consumer-group-offset-operation
  • d2aea7f Add clone operations, print topic config in json/yaml format with -c flag
  • 6c2907a add integration tests for replication factor in get topics
  • 7bd834a Update CHANGELOG.md
  • 46d6cf5 Add replication factor to 'get topics'. Close #105
  • 94db541 Use go 1.19 to close #108

v2.4.0

23 Jun 06:02
Compare
Choose a tag to compare

Changelog

  • 2d7d83f releases 2.4.0
  • bc47be6 Merge pull request #130 from xakep666/feature/protobuf
  • 9688332 allow producing messages where only key is protobuf encoded
  • a4b812c Update CHANGELOG.md
  • 62ec71a Correctly handle tombstone record if protobuf encoding used
  • ed2233e Fix protobuf warning reporter
  • 384377b Allow to specify only --proto-file without --proto-import-path for existing files for better UX

v2.3.0

31 May 07:31
Compare
Choose a tag to compare

Changelog

  • 7dc2820 releases 2.3.0
  • 5914f0d Merge pull request #128 from sunshine69/allow-reset-consumergroup-for-all-topics
  • 687336e fix changelog
  • 86f4e61 create/reset consumerGroup for multiple topics at once
  • e2a236d Allow the topic list being read from a text file
  • 790d600 Update README, add example command line
  • b1bf372 Update changelog file
  • 427db57 reset consumer-group offset - allow processing in parallel
  • ee7fbf7 allow-reset-consumergroup-for-all-topics
  • 3243152 releases
  • 9d71ce1 add testing hint to pull request template
  • 865c362 add first chapter for contribution guidelines

v2.2.1

04 Apr 08:54
Compare
Choose a tag to compare

Changelog

  • 319d173 releases 2.2.1
  • 3d4fe52 Merge pull request #125 from deviceinsight/feature/fix-input-buffer
  • a39d7a4 make sure input buffer can hold long messages when producing messages to a topic

v2.2.0

04 Mar 14:18
Compare
Choose a tag to compare

Changelog

  • a34110c releases 2.2.0
  • e4fada3 Merge pull request #120 from deviceinsight/feature/consume-with-group
  • 6736e8c fix handling of different consumer cancel scenarios
  • e45565c implement consumer for a specific consumerGroup

v2.1.0

28 Jan 06:50
Compare
Choose a tag to compare

Changelog

  • d447366 releases 2.1.0
  • 3ea23e8 releases v2.1.0
  • c334b89 Merge pull request #117 from deviceinsight/feature/private-registry
  • c997121 Merge pull request #113 from Am3o/master
  • 91f33bd update zsh docs
  • 53a51e9 fix linter errors
  • 31a32f5 add config options to run in kubernetes with a private registry (fixes #116)
  • 6ac3e18 extend the documentation of the command completion of zsh

v2.0.1

24 Jan 12:26
Compare
Choose a tag to compare

Changelog

  • 2de4516 releases 2.0.1
  • db7597b add changelog entry for lowercase pod name
  • 6c27155 fix documentation generation (fixes #103)
  • cd024cd Merge pull request #115 from jon-ruckwood/fix/ensure-valid-pod-name
  • ce6036a fix integration tests
  • 4c32cd6 ensure lowercase pod name

v2.0.0

17 Jan 16:52
Compare
Choose a tag to compare

Changelog

  • 2892da9 releases 2.0.0
  • 59bb09a name kafkactl pod based on clientID
  • b6f1233 fix error handling for describe topic command
  • 1f3e7ba update branch master to main
  • ad361d1 Merge pull request #114 from deviceinsight/feature/refactor_producer_configs
  • 536318e make maxMessageBytes configurable (fixes #112)
  • bf7ba2b refactor producer configs
  • b4fe634 update indirect dependencies
  • b580089 only check memberAssignment of stable groups (fixes #109)
  • 504d82a make requestTimeout configurable via env