Skip to content

Thévenard

Compare
Choose a tag to compare
@fgeller fgeller released this 16 Mar 16:56
632c116

it's been a while, thank you for your patience 🙏

all

  • adds authentication. big thanks to @rwaweber's PR #86 to get this started! cf issues #70
  • adds TLS 1-way authentication, big thanks to @dangogh cf #110
  • current versions: go 1.14, sarama 1.26.1 and system test against Kafka 2.4.0.
  • drops old vendoring in favor of go modules, big thanks to @jackyzhen and @ebati
  • exit code 0 when help is requested #81
  • adds system testing again kafka via docker
  • adds license #80
  • use sarama's version parsing - big thanks to @ebati #85
  • improves env var documentation - big thanks to @empeje #87

consume:

  • improves offset parsing implementation - big thanks to @rogpeppe #105
  • adds ability to resume #78

topic:

  • adds ability to print topic config - big thanks to bo0rsh201 #102

produce:

  • adds timestamp to produced messages #95
  • passes the partitioner argument along #71
  • adds note about the partitioner #74
  • adds -compression to produce command to set codec - big thanks to @ooesili #73

admin:

  • supports timeout - big thanks to @tyranron #94
  • supports creating and deleting topics #82

group: